3outeille HF Staff commited on
Commit
0de80f3
·
verified ·
1 Parent(s): a6926d3

Sync .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +14 -0
.dockerignore ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .git
2
+ .gitignore
3
+ __pycache__
4
+ *.pyc
5
+ *.pyo
6
+ *.pyd
7
+ .venv
8
+ env_hackhaton
9
+ output
10
+ *.wav
11
+ *.json
12
+ .DS_Store
13
+ Dockerfile
14
+ .dockerignore