# OS files
.DS_Store
Thumbs.db

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

# Local development
.env
.env.local
*.log

# Node (if using for any tooling)
node_modules/

# Python
__pycache__/
*.pyc
.venv/
*.egg-info/

# RAG / Qdrant
*.snapshot
claude/rag/mcp-server/.venv/
claude/rag/management/backups/

# Multi-LLM Consultation MCP
multi-llm/mcp/.venv/

# Temporary files
*.tmp
*.bak

# Private design scratch (e.g. Canon) — never commit; ship examples/ instead
design-gallery/

# Local workflow state (per-project; generated)
.workflow-state.json
.aidevteam/state/

# Build/migration artifacts (never commit binaries)
*.zip
*.tar.gz
*.tgz
