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

# Virtual environments
.venv

# Claude
.claude/

# Project specific
archives/
research/

# Node
node_modules/
frontend/dist/

# Environment
.env
*.env.local

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# pytest
.pytest_cache/
