# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
eggs/
.eggs/
lib/
lib64/
# Track deploy shell helpers (global `lib/` above would otherwise ignore this tree)
!deploy/scripts/lib/
!deploy/scripts/lib/**
!deploy/dev/lib/
!deploy/dev/lib/**
deploy/scripts/lib/__pycache__/
# Track example shell helpers
!examples/*/lib/
!examples/*/lib/**
parts/
sdist/
var/
wheels/
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/

# IDEs
.vscode/
.idea/
*.swp
*.swo
.claude
.cursor
*~

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/

# Environment variables
.env
.env.local
.env.*.local

# Logs
*.log
logs/

# Local/platform test reports and outputs (not versioned)
reports/

# Local Cursor / agent superpowers docs (not versioned in this repo)
/docs/superpowers/

# macOS kind dev: local config contains generated passwords (copy from mac-config.yaml.example)
deploy/dev/conf/mac-config.yaml

# Database
*.db
*.sqlite
*.sqlite3

# OS
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.bak
*.swp
sandbox_web/node_modules/
sandbox_web/dist/
/kw-studio/node_modules
/kw-studio/coverage
/kw-studio/build
/kw-studio/report

go.work
go.work.sum