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

# uv
uv.lock

# Node
node_modules/
frontend/dist/
frontend/out/
*.tsbuildinfo

# Electron
frontend/release/

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

# OS
.DS_Store
Thumbs.db

# GradientHound artifacts
*.ghound
checkpoints/
