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 d21a164 commit 0b40bd3Copy full SHA for 0b40bd3
.dockerignore
@@ -5,3 +5,7 @@
5
.venv
6
__pycache__
7
*.egg-info
8
+
9
10
+# Let's not copy any bash scripts from the scripts folder over, otherwise trashing the docker image too much with recent changes
11
+scripts/*.sh
0 commit comments