Spaces:
Sleeping
Sleeping
File size: 104 Bytes
0f87dc1 |
1 2 3 4 5 6 7 8 9 10 11 |
.dockerignore
# Python cache files
**.pyc
**/__pycache__
# Testing data
/data
# Environment file
.env |