Files
charleswiltgen__axiom/.gitignore
T
Charles Wiltgen f8a6c8b8fa chore: anchor AGENTS.md ignore to the repo root
AGENTS.md is now a symlink to CLAUDE.md: harnesses whose context loader reads
file bytes without expanding @ imports (the pi loader vendored in axiom-pi is
one) would otherwise load the 4-line pointer and never see CLAUDE.md.
2026-09-15 08:19:56 -07:00

96 lines
1.8 KiB
Plaintext

# Local development and scratch files
scratch/
notes/
temp/
local/
IDEAS.md
CONTINUE.md
# Local agent context — private dev state, never distributed
# CLAUDE.md is canonical; AGENTS.md is a symlink to it (import-blind harnesses read it verbatim)
.claude/
CLAUDE*.md
/AGENTS.md
.omp/
# Beads issue tracker
.beads/
# ck index cache and config
.ck/
.ckignore
# VitePress cache and build
docs/.vitepress/cache
docs/.vitepress/dist
# Internal planning — must not appear in published docs (see srcExclude
# in docs/.vitepress/config.ts and check 12c in scripts/pre-deploy.ts)
docs/superpowers/
docs/plans/
docs/specs/
# MCP Server build artifacts
axiom-mcp/node_modules/
axiom-mcp/dist/
axiom-mcp/*.tsbuildinfo
# Codex plugin (regenerate with: npm run build:codex)
# Committed so users can install without a build step
# axiom-codex/
# Node modules and dependencies
node_modules/
yarn.lock
pnpm-lock.yaml
# NPM auth tokens (root only — axiom-mcp/.npmrc uses env var reference, safe to commit)
/.npmrc
# TOML files (defense-in-depth against fnox.toml or other secret-bearing TOML
# being accidentally committed). .mise.toml is already tracked and unaffected
# by this rule. To track a new .toml file, use `git add -f`.
*.toml
# Environment files
.env
.env.local
.env.*.local
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS files
Thumbs.db
CHANGELOG.md
# Dolt database files (added by bd init)
.dolt/
*.db
axiom-mcp/docs/
# Local tool build artifacts (distributed binaries live in plugins/axiom/bin/)
tools/xclog/xclog
tools/xcui/xcui
tools/xcui/xcui-amd64
tools/xcui/xcui-arm64
tools/xcprof/xcprof
tools/xcprof/xcprof-amd64
tools/xcprof/xcprof-arm64
# Beads / Dolt files (added by bd init)
.beads-credential-key
.beads.gate.lock
__pycache__