MogensR commited on
Commit
958390e
·
verified ·
1 Parent(s): 8e44c27

Delete .dockerignore

Browse files
Files changed (1) hide show
  1. .dockerignore +0 -81
.dockerignore DELETED
@@ -1,81 +0,0 @@
1
- # ===========================
2
- # .dockerignore for HF Spaces
3
- # ===========================
4
-
5
- # VCS
6
- .git
7
- .gitignore
8
- .gitattributes
9
-
10
- # Python cache / build
11
- __pycache__/
12
- *.py[cod]
13
- *.pyo
14
- *.pyd
15
- *.pdb
16
- *.egg-info/
17
- dist/
18
- build/
19
- .pytest_cache/
20
- .python-version
21
-
22
- # Virtual environments
23
- .env
24
- .venv/
25
- env/
26
- venv/
27
-
28
- # External repos (cloned in Docker, not copied from local)
29
- third_party/
30
-
31
- # Hugging Face / Torch caches
32
- .cache/
33
- huggingface/
34
- torch/
35
- data/
36
-
37
- # HF Space metadata/state
38
- .hf_space/
39
- space.log
40
- gradio_cached_examples/
41
- gradio_static/
42
- __outputs__/
43
-
44
- # Logs & temp files
45
- *.log
46
- logs/
47
- tmp/
48
- temp/
49
- *.swp
50
- .coverage
51
- coverage.xml
52
-
53
- # Media test assets
54
- *.mp4
55
- *.avi
56
- *.mov
57
- *.mkv
58
- *.png
59
- *.jpg
60
- *.jpeg
61
- *.gif
62
-
63
- # OS / IDE cruft
64
- .DS_Store
65
- Thumbs.db
66
- .vscode/
67
- .idea/
68
- *.sublime-project
69
- *.sublime-workspace
70
-
71
- # Node / frontend (if present)
72
- node_modules/
73
- npm-debug.log
74
- yarn-debug.log
75
- yarn-error.log
76
-
77
- # ---- Optional: allow specific checkpoints if needed ----
78
- !checkpoints/
79
-
80
- # allow the UI logo
81
- !myavatar_logo.png