__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.venv/
venv/
.env
.env.*
!.env.example
dist/
build/
*.egg
.DS_Store
Thumbs.db
.idea/
.vscode/

# Smoke-test virtualenvs
.venv-smoke/

# Code-to-Docs generated state and build artifacts
.code-to-docs/state.db
.code-to-docs/graph/
.code-to-docs/docs/
.code-to-docs/site/

# Internal planning docs (not part of the published project narrative)
PRD.md
step*.md

