.env
.env.*
*.env

node_modules/
.wrangler/
*.log
__pycache__/
*.pyc
*.pyo
sdks/python/dist/
sdks/js/core/dist/
.DS_Store
Thumbs.db

.claude/

# Personal/internal — local only, never push
CLAUDE.md
CODEBASE_OVERVIEW.md
start-claudeV2.ps1
*.ps1
pressure_test*.py

# Sub-repos — tracked separately
agenticrail-v1/
agenticrail-wrapper/
agenticrail-surfaces/
clients/
website/
archive/
TUARA_KURI_WEB/
agenticrail-public/

# One-off DB / WAL debug dumps — never commit
_wal_extract.txt
*.wal

# Local backups (zips of private repos)
backups/
scratchpad/

# npm auth tokens — NEVER commit (both of these exist on disk)
*.npmrc
.npmrc

# Outreach: prospect research, competitive notes, draft correspondence.
# Local only, 2026-08-03. NOTE: history still contains the 40 files that
# were tracked before this date; this stops future ones, it does not erase.
outreach/

# CLAUDE.md audits + size state — same class as CLAUDE.md itself, local only
CLAUDE-MD-AUDIT*.md
.claude-md-sizes.json
