# Python
__pycache__/
*.py[cod]
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

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

# Local context
_local/

# Editors and OS
.vscode/
.idea/
.DS_Store
Thumbs.db
