# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Environments and secrets
.env
.env.*
!.env.example
.venv/
venv/

# Build/runtime outputs
/build/
/dist/
/runs/
/run-output/
/batch-output/
/reports/
/outputs/

# Internal planning/research artifacts kept out of the public package
docs/implementation/
phase0-reports/
progress.md
ARCHITECTURE_SKETCH.md
GENERAL_RULES.md
OSS_RELEASE_PLAN.md

# OS/editor
.DS_Store
Thumbs.db
.vscode/
.idea/
