# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/
# Eval-suite summary artifact (issue #331) — emitted at repo root by
# tests/evals/conftest.py at session teardown; uploaded by evals.yml but
# never committed.
eval-summary.json

# Distribution
*.tar.gz

# Workspace agent overrides
.codex/
.zenodotus/

# Derived from ~/Code/docs/project-registry.yaml by
# scripts/derive_repo_configs.py — local artifacts, never committed.
.agents/

# Agent worktrees (transient)
.claude/worktrees/
