We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae5846 commit 2c27744Copy full SHA for 2c27744
1 file changed
.gitignore
@@ -1,6 +1,10 @@
1
# Because we never want compiled Python
2
*.pyc
3
+
4
+# Ignore stuff produced by distutils
5
/build/
6
+/dist/
7
+/MANIFEST
8
9
# Generated by parse.py -p
10
stats.prof
0 commit comments