# Python caches
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Virtual environments and uv
.venv/
.uv/
uv.lock

# Environment files
.env
.env.*

# IDE/editor
.vscode/
.idea/
*.swp

# OS files
.DS_Store

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

# Logs & temp
logs/
*.log
*.tmp
*.bak

