37 lines
419 B
Plaintext
37 lines
419 B
Plaintext
# Private project/agent docs — never commit
|
|
DEVELOPMENT_LOG.md
|
|
PROJECT.md
|
|
STRUCTURE.md
|
|
FUTURE.md
|
|
HISTORY.md
|
|
BUILD_SUMMARY.md
|
|
SCRIPTS.md
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Runtime/database artifacts
|
|
db/*.db
|
|
db/*.db-*
|
|
|
|
# Environment/local files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS/editor
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
.learnings/
|