File size: 191 Bytes
595d700
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# 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