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

# Build
dist/
build/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Tooling caches
.ruff_cache/
.mypy_cache/

# OS
.DS_Store
