fir-gen / .dockerignore
aniudupa's picture
Create .dockerignore
595d700 verified
raw
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