kines9661 commited on
Commit
fb2640b
·
verified ·
1 Parent(s): aa6de2c

Create .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +21 -0
.dockerignore ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ *.pyo
4
+ *.pyd
5
+ .Python
6
+ *.so
7
+ *.egg
8
+ *.egg-info/
9
+ dist/
10
+ build/
11
+ .git/
12
+ .gitignore
13
+ .env
14
+ .venv/
15
+ venv/
16
+ *.log
17
+ .DS_Store
18
+ models/
19
+ *.safetensors
20
+ *.bin
21
+ *.ckpt