# Claude Code / brainstorming artifacts (local only)
.claude/
.superpowers/
docs/superpowers/

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

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

# parlok runtime state (SQLite) — created at process cwd
.parlok/

# hatch-vcs generated version file
sdk/python/src/parlok/_version.py

# Node / Next.js
node_modules/
.next/
out/
next-env.d.ts
*.tsbuildinfo

# OS
.DS_Store
Thumbs.db
