48 lines
470 B
Plaintext
48 lines
470 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# Next.js
|
|
.next
|
|
out
|
|
dist
|
|
build
|
|
|
|
# Environment files (will be injected at runtime)
|
|
.env*
|
|
!.env.example
|
|
|
|
# Version control
|
|
.git
|
|
.gitattributes
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Python (legacy)
|
|
__pycache__
|
|
*.py
|
|
*.pyw
|
|
requirements.txt
|
|
|
|
# Docs & Scripts
|
|
docs
|
|
*.md
|
|
!README.md
|
|
*.bat
|
|
ROADMAP.md
|
|
|
|
# Supabase (not needed in Docker image)
|
|
supabase
|
|
|
|
# Artifacts / Gemini
|
|
.artifacts
|
|
.gemini
|