# OS
.DS_Store
Thumbs.db

# Editor / IDE
.idea/
*.swp
*.swo
*~

# Backup / temp
*.bak
*.tmp
*.log

# Python / uv
.venv/
dist/
*.egg-info/
.pytest_cache/
.ruff_cache/
__pycache__/
*.py[cod]

# Optional local overrides (uncomment if you add machine-specific files)
# local/
# *.local
