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 705747a commit ddf730bCopy full SHA for ddf730b
template/.gitignore
@@ -1,5 +1,9 @@
1
docs/source/apidocs/
2
3
+# requirements.txt is exported during the docker build, it does not need to be
4
+# committed in the repo
5
+requirements.txt
6
+
7
# Poetry.lock is an exact version pinning tool (down to SHA256 of libs)
8
# If writing a (reusable) library, exact versions don't matter that much so it
9
# may make sense to gitignore that file, uncommenting the following line:
0 commit comments