25 lines
343 B
Plaintext
25 lines
343 B
Plaintext
# Dependencies (DO NOT PUSH - thousands of files)
|
|
node_modules/
|
|
|
|
# Next.js build output (DO NOT PUSH - compiled files)
|
|
.next/
|
|
out/
|
|
build/
|
|
|
|
# Local SQLite Database
|
|
*.db
|
|
*.db-journal
|
|
|
|
# Environment variables
|
|
.env
|
|
.env*.local
|
|
|
|
# Agent configuration, learning resources & local data
|
|
.agents/
|
|
.gemini/
|
|
resources/
|
|
|
|
# OS metadata
|
|
.DS_Store
|
|
Thumbs.db
|