# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# OS
.DS_Store
Thumbs.db

# Models / large files
*.onnx
*.pt
*.pth
*.bin
*.safetensors

# Logs
*.log

# Environment
.env
.env.local
CLAUDE.md
PLAN.txt
