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

# Virtual environments
.venv/
venv/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Ruff
.ruff_cache/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Build
*.whl
