# --- Worktrees ---
.worktrees/

# --- Rust ---
/target/
debug/
release/
*.rs.bk

# --- Node / JavaScript / TypeScript ---
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
.npm/
.pnpm-store/
.yarn/
.pnp.*

# --- Common web build outputs ---
dist/
build/
out/
coverage/
.next/
.nuxt/
.svelte-kit/
.astro/
.parcel-cache/
.turbo/
.vercel/
.eslintcache
.stylelintcache
.sass-cache/

# --- PHP / Composer ---
vendor/
composer.phar
.phpunit.result.cache

# --- Ruby / Rails ---
.bundle/
log/
tmp/pids/
tmp/cache/
tmp/sockets/
public/packs/
public/assets/
.byebug_history

# --- Python ---
__pycache__/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.tox/
.nox/
.venv/
venv/

# --- Environment / secrets ---
.env
.env.*
!.env.example
*.local

# --- Tooling / caches ---
.cache/
.tmp/
tmp/
scratch/

# --- IDE / OS ---
.DS_Store
.idea/
.vscode/
*.swp
*.swo
.cache/

*.md
!README.md
!*.plan.md
!docs/superpowers/**/*.md
.envrc
*.local.md
*.local.json
!CLAUDE.md
.remember/logs/autonomous/*
!Handoff.*
# handoff-begin
.ctx/*
!.ctx/HANDOFF.*.yaml
.ctx/HANDOFF*.state.yaml
!.ctx/handoff.*.config.toml.example
.ctx/.initialized
.ctx/HANDOFF.state.yaml
# handoff-end
.claude/worktrees/
