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

# TypeScript
node_modules/
*.js.map
*.d.ts
!*.config.d.ts

# IDE
.idea/
.vscode/
*.swp

# Secrets (NEVER commit)
secrets/
*.keystore

# OS
.DS_Store
Thumbs.db

# private
.private

# claude
.claude/
