# Python
__pycache__/
*.pyc
.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Build / packaging
dist/
build/
*.egg-info/
.coverage
coverage.xml

# OS / Editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.bak

# Reports / temp
reports/
.benchmarks/
.mutmut-cache/
.wily/
