We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26bc7f2 commit 2b0b3ddCopy full SHA for 2b0b3dd
.dockerignore
@@ -0,0 +1,11 @@
1
+# we do not want to copy git metadata
2
+.git
3
+
4
+# nor Python virtual environment
5
+.venv
6
7
+# sample images and other files
8
+*.svs
9
+*.pdf
10
+*.pth
11
+*.log
0 commit comments