Spaces:
Sleeping
Sleeping
File size: 186 Bytes
65286f6 |
1 2 3 4 5 6 7 8 9 10 11 |
#https://stackoverflow.com/questions/28097064/dockerignore-ignore-everything-except-a-file-and-the-dockerfile
# Ignore Everything
**
!requirements.txt
!app.py
**/__pycache__
**/*.pyc
|