# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/

# Virtualenvs
.venv/
venv/
env/

# Build artifacts
dist/
build/
*.egg-info/

# Secrets
.env
.env.*
!.env.example

# Gradio (HuggingFace Space runtime)
gradio_cached_examples/
flagged/

# Jupyter
.ipynb_checkpoints/

# pyenv
.python-version

# OS
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini

# Editors
.idea/
.vscode/
*.swp
*.swo

# Private notes (sprint memos, not for public repo)
DEPLOY.md
NOTE_DRAFT.md
