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

# Environments & tooling
.venv/
.env
.env.*
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Scratch spec fetches (drift-guard checks fetch the live spec to a temp file)
*.tmp

# OS
.DS_Store
