# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Cache
.cache/
*.parquet

# Sensitive
.env
*.token
credentials.*

# Database
*.sqlite3
*.db

# Data files
*.csv.gz
finance/factors/sentiment/.cache/

# MCP / Serena cache
.serena/cache/

# Reports output (keep reports/ directory but ignore generated files)
finance/reports/daily_*.md
finance/reports/daily_*.html

# Node (if any)
node_modules/

# Jinja2 templates cache
__jinja2_*

# IPython
.ipynb_checkpoints/

# Claude Code local
.claude/local/
mcp-servers/serena
