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

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Editors
.idea/
.vscode/
*.swp

# OS cruft
.DS_Store
Thumbs.db
desktop.ini

# Local scratch
*.log
*.tmp
