# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
env/
ENV/

# uv
# uv.lock is committed — this is an application, not a library.

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

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

# IDE / editor
.vscode/
.idea/
*.swp
*.swo
*~
.project
.pydevproject

# Claude Code per-developer config
.claude/
.scratch/

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Project-specific
docs/_archive/
.env
.env.local
.env.*.local
*.log

# Prompiler artefacts (compiled outputs are not source)
out/
artefacts/
.envrc
