Files
Colby McHenry 8591ea5993 chore: gitignore docs/business/ (confidential, keep out of public repo)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-20 22:18:01 -05:00

71 lines
957 B
Plaintext

# Dependencies
node_modules/
# Build output
dist/
.cmem
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Test coverage
/coverage/
.nyc_output/
# Environment
.env
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*
# TypeScript build info
*.tsbuildinfo
# SQLite WAL mode files
*.db-wal
*.db-shm
# Local Claude settings
.claude/settings.local.json
.claude/scheduled_tasks.lock
.claude/handoffs/
# Parallels Windows VM SSH/connection config (local machine, see CLAUDE.md)
.parallels
# Confidential business / product / strategy docs — must NOT land in the
# public engine repo (see the IP boundary in CLAUDE.md)
docs/business/
# CodeGraph data directories (in test projects)
.codegraph/
test_frameworks
# Test language repos for manual testing
test-languages/
nul
release/
.antigravitycli/
# Local-only: browser-based tmux session launcher (see tmux-web/README.md)
tmux-web/
assets/__pycache__/
assets/generate-waitlist.py