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

# uv / virtualenv
.venv/
venv/

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

# Local SQLite cache/dataset
*.sqlite
*.sqlite3
*.db

# Secrets / env
.env
.env.*
!.env.example

# Local-only friendly guide (not for git)
GUIDE.md

# Editors / OS
.idea/
.vscode/
.DS_Store
Thumbs.db
Comprehensive Market Analysis.txt
.gitignore

# Guard against stray npm installs at the repo root (the real one lives in dashboard/)
node_modules/
package.json
package-lock.json
