# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
.pytest_cache/
.ruff_cache/
.pyright/

# TypeScript
node_modules/
*.tsbuildinfo
coverage/

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# Vystak generated output (was .agentstack/ before rename)
.vystak/
.agentstack/

# Tooling workspaces (brainstorm sessions, local agent state)
.superpowers/
