makeitfr commited on
Commit
c3bcf3a
·
verified ·
1 Parent(s): 492e8cb

Upload .dockerignore with huggingface_hub

Browse files
Files changed (1) hide show
  1. .dockerignore +43 -0
.dockerignore ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ *.pyo
4
+ *.pyd
5
+ .Python
6
+ build/
7
+ develop-eggs/
8
+ dist/
9
+ downloads/
10
+ eggs/
11
+ .eggs/
12
+ lib/
13
+ lib64/
14
+ parts/
15
+ sdist/
16
+ var/
17
+ wheels/
18
+ .git/
19
+ .gitignore
20
+ *.egg-info/
21
+ .DS_Store
22
+ .env
23
+ .venv
24
+ env/
25
+ venv/
26
+ .vscode/
27
+ .idea/
28
+ *.swp
29
+ *.swo
30
+ *~
31
+ .DS_Store
32
+ cropped_images/
33
+ output/
34
+ data/*.png
35
+ data/*.jpg
36
+ elite-19/
37
+ *.zip
38
+ omoi-v2_*.zip
39
+ .git
40
+ first.txt
41
+ verify_*.py
42
+ test_*.py
43
+ debug_*.py