# Virtual environments
.venv/
venv/
env/

# Generated during CI/CD (baked into Docker image, not committed)
backend/capital_advantage/benchmark_seed.json

# Environment and secrets - NEVER commit these!
.env
.env.local
.env.*.local
*.env
secrets.json
credentials.json

# Database files
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite3

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.pyc

# Logs
logs/
*.log

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

# OS files
.DS_Store
Thumbs.db

# Distribution/packaging
dist/
build/
*.egg-info/

# Reports output
equity_reports/
outputs/

# Temporary files
*.tmp
*.temp

# Azure config (credentials)
~/
~/.azure*
.azure/

# Workspace files
*.code-workspace

# Cookies
cookies.txt
