76 lines
1.0 KiB
Plaintext
76 lines
1.0 KiB
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
|
|
|
|
.kommandr/
|
|
|
|
# Local scratch tests (never commit)
|
|
__tests__/zz-scratch*
|