# Virtual environments venv/ env/ .venv/ docs/.venv/ site/ docs/site/ .cache/ docs/.cache/ docs/ # Python cache __pycache__/ *.py[cod] *$py.class # Environment and configuration files .env config.py mkdocs.yml # Custom prompts (use *.sample as template) prompts/*.txt # Runtime data data/ # Logs *.log # Temporary files .DS_Store __MACOSX/ # Local tests (excluded from VCS as requested) tests/ # Pytest artifacts .pytest_cache/ .coverage pytest.ini