# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
env/
ENV/
.venv

# UV
.uv/
uv.lock

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
coverage-*.xml

# Testing
.pytest_cache/
.coverage
coverage-*.xml
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# Playwright
playwright-report/
playwright/.cache/
test-results/

# Environment variables
.env
.env.local
.env.*.local

# Logs
*.log
logs/

# Database
*.db
*.sqlite3
server/openapi.json
server/.generated/

# Temporary files
tmp/
temp/
*.tmp

# OS
.DS_Store
Thumbs.db

# Intellij
*.iml

## CLAUDE
.claude

# Local notes
rearch_plan.md
