26 lines
No EOL
301 B
Text
26 lines
No EOL
301 B
Text
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Node / Next.js (nested app has its own .gitignore too)
|
|
node_modules/
|
|
.next/
|
|
.pnpm-store/
|
|
|
|
# Env files with real secrets
|
|
App/.env
|
|
App/.env.local
|
|
App/.env.*.local
|
|
|
|
# Build / generated
|
|
App/.vercel/
|
|
App/coverage/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Claude
|
|
.claude
|
|
App/.claude |