# 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 athenaeum#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/

# uv lockfile — CI installs via `pip install -e ".[dev,vector]"` (no uv, no
# frozen-lock policy) and the lockfile has never been tracked. If the team
# later adopts `uv sync --frozen` in CI, remove this line and commit uv.lock.
uv.lock
