merge: chore/cleanup-remove-bloat-and-secrets into main
This commit is contained in:
commit
bde2f3a97d
1173 changed files with 437609 additions and 0 deletions
30
.dockerignore
Normal file
30
.dockerignore
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Docker image bloat prevention
|
||||
# HuggingFace models download at runtime — don't bake into image
|
||||
.cache/
|
||||
.cache/huggingface/
|
||||
/root/.cache/
|
||||
|
||||
# Python artifacts
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
.venv/
|
||||
venv/
|
||||
.env
|
||||
|
||||
# Data files (volume mounted at runtime)
|
||||
data/
|
||||
data/faiss/
|
||||
data/models/
|
||||
|
||||
# Git
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Tests
|
||||
tests/
|
||||
*.test.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue