50 lines
1.8 KiB
Plaintext
50 lines
1.8 KiB
Plaintext
# ── Node.js / React ───────────────────────────────────────────────────────────
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
.next/
|
|
.nuxt/
|
|
.vite/
|
|
*.tsbuildinfo
|
|
|
|
# ── Python ────────────────────────────────────────────────────────────────────
|
|
__pycache__/
|
|
*.py[cod]
|
|
venv/
|
|
.venv/
|
|
env/
|
|
|
|
# ── Secrets ────────────────────────────────────────────────────────────────────
|
|
.env
|
|
.env.*
|
|
.env.local
|
|
.env.production
|
|
secret.env
|
|
*.secret
|
|
credentials.json
|
|
|
|
# ── Logs ──────────────────────────────────────────────────────────────────────
|
|
*.log
|
|
logs/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
|
|
# ── Modèles IA (trop lourds) ──────────────────────────────────────────────────
|
|
*.gguf
|
|
*.bin
|
|
*.safetensors
|
|
models/
|
|
|
|
# ── Cache ─────────────────────────────────────────────────────────────────────
|
|
.cache/
|
|
.parcel-cache/
|
|
.pytest_cache/
|
|
.coverage
|
|
|
|
# ── IDE ───────────────────────────────────────────────────────────────────────
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
.DS_Store
|
|
Thumbs.db
|