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

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

# Environment / secrets
.env
.env.*

# Editors / OS
.idea/
.vscode/
.DS_Store

# Mutation testing: mutmut builds a full copy of the project here
mutants/
.mutmut-cache
mutants.lock

# evaling local data (run outputs, caches)
.evaling/

# Local tool config (kept on disk, never shipped)
.claude/
