34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
# ── Secrets ───────────────────────────────────────────────────────────────────
|
|
**/secrets/
|
|
**/.env
|
|
**/*.key
|
|
**/*.pem
|
|
|
|
# ── Model files — too large for git ───────────────────────────────────────────
|
|
**/*.ckpt
|
|
**/*.safetensors
|
|
**/*.gguf
|
|
**/*.bin
|
|
**/*.pt
|
|
**/*.pth
|
|
|
|
# ── Data directories — outputs, databases, caches ─────────────────────────────
|
|
**/data/ollama/
|
|
**/data/open-webui/
|
|
**/data/invokeai/
|
|
**/data/forge/
|
|
**/data/searxng/
|
|
**/data/authelia/
|
|
|
|
# ── Logs ──────────────────────────────────────────────────────────────────────
|
|
**/*.log
|
|
|
|
# ── Python ────────────────────────────────────────────────────────────────────
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# ── OS ────────────────────────────────────────────────────────────────────────
|
|
.DS_Store
|
|
Thumbs.db
|