# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/

# Environments
.env
.env.*
.venv/
venv/
# ...but the sample-codebase fixtures ship committed *.env*.example templates.
!tests/fixtures/**/.env.example
!tests/fixtures/**/.env.local.example

# Caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Agent harness state
.claude/

# Skill-development harness output
runs/
