# Dependencies
node_modules/
.pnpm-store/

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

# Build outputs
dist/
build/
.next/
out/

# Environment files
.env
.env.local
.env.*.local

# IDE
.vscode/
.idea/

# Claude Code / Superpowers (local tooling)
.claude/
.superpowers/
*.swp
*.swo
.DS_Store

# Logs
logs/
*.log
npm-debug.log*
pnpm-debug.log*

# Testing
coverage/
.pytest_cache/
htmlcov/
.coverage
.coverage.*

# Supabase
.supabase/

# TypeScript
*.tsbuildinfo

# Misc
.cache/
tmp/
.ruff_cache/
supabase/
sdk/typescript/node_modules/
packages/gjall/.pytest_cache/
packages/gjall/**/__pycache__/
packages/gjall/dist/
packages/gjall/build/
packages/gjall/*.egg-info/
.gstack/
