# Python + uv
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
*.whl

# Environments
.env
.env.local

# OS junk
.DS_Store
Thumbs.db
*.swp

# Editors
.vscode/
.idea/

# Tool backup files (drawio, etc.)
.*.bak
*~
.$*
