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

# Build
build/
dist/

# Virtual environments
.venv/
venv/

# Test / tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# OS
.DS_Store
