db-snapshots/
.env
.env.*
!.env.example
settings.local.json

# SSH keys — never commit
sshKey
sshKey.pub

# Browser fetch script — local dev tool, not for sharing
fetch-item-data.js

# Compiled binaries
/bin/
/dune-admin
/dune-admin-linux
/dune-admin.exe
*.exe

# Embedded frontend dist (generated by make web, not committed)
/cmd/dune-admin/dist/

# Tools (downloaded, not part of the project)
repak_win/
repak_win.zip
*.tar.gz
*.tar.xz

# macOS
.DS_Store
**/.DS_Store

blueprint.json

# Local Go build cache (used when system cache is unavailable)
.go-cache/
.superpowers/

# docs/ — default-private (local notes, scratch).
# Exception: community-facing ADRs, deployment docs, and generated Swagger spec are tracked.
docs/*
!docs/amp-direct-connect/
!docs/adr/
!docs/plans/
!docs/superpowers/
!docs/docs.go
!docs/swagger.json
!docs/swagger.yaml

# Local dev/testing artifacts
local/
deploy/k8s/dune-admin.rendered.yaml

# Reference material / ideas / scratch — not for sharing
Samples-Ideas/
tmp/dune-admin
.worktrees
