File size: 673 Bytes
abe5711
 
 
f93d309
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f2dfcb8
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# This file tells Hugging Face Spaces to use Docker
# and exposes the correct port for Flask/Gradio/FastAPI
# No further config needed if Dockerfile is present
__pycache__/
*.pyc
*.pyo
*.pyd
*.so
*.egg-info/
*.egg

# Exclude datasets, model weights, and large files
*.pt
*.pth
*.ckpt
*.h5
*.onnx
*.npz
*.npy
*.tar.gz
*.zip
*.tar
*.gz
*.bz2
*.7z
*.rar

# Exclude logs and outputs
*.log
*.out
*.tmp
*.swp

# Exclude Jupyter notebooks (if not needed)
*.ipynb

# Exclude local environment files
.env
.venv/
venv/

# Exclude OS files
.DS_Store
Thumbs.db

# Exclude other unnecessary folders/files
node_modules/
datasets/
models/
outputs/
uploads/
.git
docker_build.log
uploads/