__pycache__/
*.py[cod]
*$py.class

# Build / dist
build/
dist/
*.egg-info/
*.egg

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Environments
.venv/
venv/
env/

# Tooling
.mypy_cache/
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# IDE
.idea/
.vscode/
