Initial commit
This commit is contained in:
49
.gitignore
vendored
Normal file
49
.gitignore
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
# ── 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
|
||||
Reference in New Issue
Block a user