# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
*.egg

# Virtualenvs
.venv/
venv/

# Test / lint caches
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Local env
.env

# OS
.DS_Store
