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 5bf8b2b commit 7827083Copy full SHA for 7827083
.gitignore
@@ -10,3 +10,7 @@
10
# Ignore EGG files
11
*.egg-info
12
*.egg
13
+
14
+# Ignore built files for PyPi
15
+build/
16
+dist/
0 commit comments