# VCS / editor
.git/
.github/

# Python build/test artifacts
.venv/
__pycache__/
**/__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Dev-only tooling and internal planning docs -- not needed to build or run
# the package (PRD v2 Item 3 explicit ask).
.claude/
dev/

# Secrets that must never enter a layer
.env
.env.*

# Not needed inside the runtime image
docs/
examples/
tests/
scripts/
PRD.md
PRD v2.md
PRDs/
CHANGELOG.md
bench_llm.json
bench_report.json
docker-compose*.yml
Dockerfile*
.dockerignore
