Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32caf5 commit 2b06549Copy full SHA for 2b06549
1 file changed
.gitignore
@@ -44,13 +44,18 @@
44
45
# Python files #
46
################
47
-build # setup.py working directory
48
-_build # sphinx build directory
49
-dist # setup.py dist directory
+# setup.py working directory
+build
+# sphinx build directory
50
+_build
51
+# setup.py dist directory
52
+dist
53
doc/build
54
doc/cdoc/build
-*.egg-info # Egg metadata
-./.shelf # The shelf plugin uses this dir
55
+# Egg metadata
56
+*.egg-info
57
+# The shelf plugin uses this dir
58
+./.shelf
59
60
# Logs and databases #
61
######################
0 commit comments