# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
venv/
env/
.env
.env.local

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

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

# OS
.DS_Store
Thumbs.db

# Lore data (local project instances)
.lore/

# PRD documents (internal planning)
docs/prd/

# Claude Code project instructions (local)
CLAUDE.md
.claude
.serena
.lore

# Temporary files
*.tmp
*.bak
*.log

# UV/pip
.uv/
pip-log.txt
pip-delete-this-directory.txt

# Type checking
.mypy_cache/
.pytype/

# Ruff
.ruff_cache/
lore_thumbnail.png

# Supabase
supabase/.temp/

# Dashboard (Next.js)
dashboard/node_modules/
dashboard/.next/
dashboard/.open-next/
dashboard/.env
dashboard/.env.local
