venv/
.env
.app_prefs.json
# SEC filing cache files (auto-generated, do not commit)
data/*.json
data/*.html
__pycache__/
.DS_Store

# Streamlit
.streamlit/

# Python
*.py[cod]
*.egg-info/
.eggs/
dist/
build/

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

# Node / Next.js
node_modules/
.next/
.turbo/

# SQLite
*.db
*.db-shm
*.db-wal

# Claude
.claude/

# Package locks (keep only package.json)
package-lock.json

# SEC EDGAR cache
SEC-EDGAR-Filings/

# Backup directories
*-backup/

# Prompt files
CLAUDE_CODE_PROMPT.md
REFACTORING_PROMPT.md
data/filings/
