# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
*.egg-info/
dist/
build/
.pytest_cache/
.pytest_cache/

# Node
frontend/node_modules/
frontend/dist/
*.log
.DS_Store

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

# Temporary files
*.tmp
*.temp
NUL

# Claude
.claude/projects/
.claude/cache/

# Playwright
.playwright-mcp/

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
