fir-gen / .dockerignore
aniudupa's picture
Update .dockerignore
d02de8f verified
raw
history blame
205 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
.dockerignore
*.log
*.git