# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# Development
|
|
.DS_Store
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
*.log
|
|
|
|
# Editor directories
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
# Vite
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
|
|
# Archive & Development Docs
|
|
archive/
|
|
DEVELOPMENT_STATUS.md
|
|
DOCUMENTATION_PLAN*.md
|
|
VITE_GUIDE.md
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|
|
CLAUDE.md
|
|
GITHUB_RELEASE.md
|
|
.gitignore
|
|
RELEASE_NOTES.md
|
|
GIT_COMMANDS.md
|