# Python
__pycache__/
*.py[cod]
*.pyo

# Virtual environment
.venv/

# Build / distribution
dist/
build/
*.egg-info/

# Test & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Type checker
.mypy_cache/

# Linter
.ruff_cache/

# OS
.DS_Store
