44 lines
575 B
Text
44 lines
575 B
Text
# Environment & Secrets
|
|
.env
|
|
*.env
|
|
**/.env
|
|
!.env.example
|
|
!*.env.example
|
|
!**/.env.example
|
|
|
|
# OAuth & Sensitive Data
|
|
client_secret.json
|
|
**/client_secret.json
|
|
tokens.json
|
|
**/tokens.json
|
|
usage_stats.json
|
|
**/usage_stats.json
|
|
*.sql
|
|
*.sqlite
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
**/node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS & IDE Files
|
|
.DS_Store
|
|
**/.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Temporary & Export Files
|
|
*export*
|
|
*.tmp
|
|
*.log
|
|
|
|
# Agent Rules & Instructions (Local only, not in Git)
|
|
AGENTS.md
|
|
GEMINI.md
|
|
.agents/
|
|
.agent/
|