# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
.venv/
.env
.env.local
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Playwright
ms-playwright/

# Node
node_modules/
.next/
out/
.turbo/
.vercel/
*.tsbuildinfo
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Logs & data
*.log
scraper.log
backend/data/*.db
backend/data/snapshots/
backend/data/

# OS
.DS_Store
Thumbs.db

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

# Local agent/IDE state — never tracked
.claude/
.cursor/
.aider*
founder/
