# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Database files
*.db
*.db-journal

# Local configuration overrides
config.local.yaml

# Streamlit cache (deprecated)
.streamlit/
dashboard.py.deprecated

# Frontend (Vue.js)
frontend/node_modules/
frontend/dist/
frontend/dist-ssr/
frontend/*.local
frontend/.env.local
frontend/.env.*.local

# Tool directories
.claude-flow/
.hive-mind/
