# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# build output
build/
dist/

# environments
.venv/
venv/

# tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# what Specrun writes into a project it is installed in. Kept out of this repo because the
# repository is the package's source, not one of its target projects.
.specrun/

# secrets
.env
.env.*
!.env.example

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

# local, kept out of the repo by project preference
.claude
.agents
CLAUDE.md
PLAN.md
RELEASE.md
UPDATE.md

# Specrun
.specrun/map.html
