Spaces:
Sleeping
Sleeping
circulartext
commited on
Commit
•
4f44228
1
Parent(s):
f9900a1
Upload .dockerignore
Browse files- .dockerignore +9 -0
.dockerignore
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Docker-related files
|
2 |
+
.dockerignore
|
3 |
+
|
4 |
+
# Build artifacts
|
5 |
+
*.pyc
|
6 |
+
*.swp
|
7 |
+
*.log
|
8 |
+
*.tmp
|
9 |
+
__pycache__
|