Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aniudupa
/
fir-gen
like
0
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
b1d51a7
fir-gen
/
.dockerignore
aniudupa
Create .dockerignore
595d700
verified
10 months ago
raw
Copy download link
history
blame
191 Bytes
# Ignore Python bytecode files
__pycache__
*.pyc
*.pyo
# Ignore the training folder if it's not needed in the Docker image
training/
# Optionally, ignore other unnecessary files
*.log
*.git