# Byte-compiled / optimized / cache
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging / build
build/
dist/
*.egg-info/
.eggs/
wheels/
*.egg

# Virtual environments
.venv/
venv/
env/
.env

# Test / coverage / type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# IDE / editor
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db
