Scribbler310 commited on
Commit
6a19b10
·
1 Parent(s): 593c3ba

Optimize: Add .dockerignore to speed up build

Browse files
Files changed (1) hide show
  1. .dockerignore +12 -6
.dockerignore CHANGED
@@ -1,9 +1,15 @@
1
- venv/
2
- env/
3
  .env
4
- backend/chroma_db/
 
 
 
 
5
  backend/__pycache__/
6
  middleware/__pycache__/
7
- frontend/node_modules/
8
- frontend/dist/
9
- .git/
 
 
 
1
+ .git
2
+ .gitignore
3
  .env
4
+ data/
5
+ runs/
6
+ notebooks/
7
+ node_modules/
8
+ frontend/node_modules/
9
  backend/__pycache__/
10
  middleware/__pycache__/
11
+ *.pyc
12
+ *.pyo
13
+ *.pyd
14
+ .db-journal
15
+ *.sqlite3-journal