# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
*.egg

# Node
node_modules/
cli/dist/

# Next.js
web/.next/
web/out/

# Environment
.env
.env.local
.env.production

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

# OS
.DS_Store
Thumbs.db

# Test
.pytest_cache/
.coverage
htmlcov/

# Build artifacts
*.tar.gz
*.whl

# Spec documents
*.docx

# Claude Code
.claude/
