# Secrets and local config
.env
.env.local

# Python build artefacts
__pycache__/
*.py[cod]
*.egg-info/
.venv/
build/
dist/

# Test / coverage artefacts
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
.mypy_cache/

# MkDocs build output (added when docs land)
site/

# Editor / OS
.DS_Store
.idea/
.vscode/

# Claude
.claude
