quentinL52 commited on
Commit
ead52cb
·
1 Parent(s): e360cfe

dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +9 -0
.dockerignore ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__
2
+ *.pyc
3
+ *.pyo
4
+ venv
5
+ .venv
6
+ .git
7
+ .local
8
+ .env
9
+ uvicorn