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

# Virtual environments
.venv/
venv/
env/

# Tooling caches
.uv/
.ruff_cache/
.mypy_cache/
.pytest_cache/

# Node / frontend
node_modules/
web/dist/

# OS
.DS_Store
Thumbs.db

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

# Project-specific
*.lock.db
*.db-wal
*.db-shm
silo_icon_*.png
HANDOFF.md
silo/web_dist/
