196e8a7d17
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
42 lines
459 B
Plaintext
42 lines
459 B
Plaintext
node_modules
|
|
.git
|
|
.github
|
|
.claude
|
|
.worktrees
|
|
.env
|
|
.env.*
|
|
|
|
# Database files (never include real data in image)
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
.nvmrc
|
|
.gitignore
|
|
.dockerignore
|
|
|
|
# Documentation (not needed at runtime)
|
|
docs/
|
|
|
|
# Tests
|
|
test-*.js
|
|
test-*.mjs
|
|
coverage/
|
|
|
|
# Scripts (dev-only)
|
|
scripts/
|
|
|
|
# Markdown files (README, CHANGELOG, etc.)
|
|
*.md
|
|
|
|
# Installer tools (not part of the running app)
|
|
tools/
|
|
install.sh
|
|
|
|
# IDE & OS
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|