# secrets
.env
.env.production

# python build artefacts
__pycache__/
*.pyc
*.egg-info/
build/
dist/

# virtual environment
.venv/

# test / lint caches (created when you run `uv run pytest`, ruff, etc.)
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Claude Code workspace config (per-machine paths + tool allowlists —
# would leak home directory layout if committed to a public remote)
.claude/

# macOS finder metadata
.DS_Store
