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

# UV / venv
.venv/
.env
.python-version

# Test & lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Editors / OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db

# Velum-specific
graphify-out/
*.log

# Models / weights (NEVER commit)
*.bin
*.safetensors
*.pt
*.pth
*.onnx
~/.opf/
