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

# OS files
.DS_Store
Thumbs.db
Desktop.ini
ehthumbs.db

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

# Development artifacts
.memory/

# Environment
.env
.env.local
*.env

# Credentials (never commit)
credentials.json
token.json

# Temporary files
.tmp/
*.tmp
*.bak
*.orig

# Logs
*.log
logs/

# Node (MCP servers use npx)
node_modules/
.npm/

# Python testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Vector DB cache (memory/RAG layer)
.pinecone/
.qdrant/
.chromadb/
vector_cache/

# Credential profiles (agency operations)
credentials/*.json

# Execution logs (local only)
executions/
approvals/

# v2.1.0 Intelligence & Monitoring data (local only)
competitors/
intelligence/
geo/
journeys/
signals/
narrative/
panels/
creative/
churn/
operations/
growth/
reports/
.mcp.json

# Internal source / reference PDFs (local only — never for public repo)
*.pdf
DM_Strategy_*
