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 5fb533f commit aa829e4Copy full SHA for aa829e4
.gitignore
@@ -1,30 +1,8 @@
1
-.idea
2
-__pycache__
3
-test.py
4
-test2.py
5
-test3.py
6
-docs/_build
7
-slash.log
8
-test
9
-__*.py
10
-soontm.png
11
-
12
-# Distribution / packaging
13
-.Python
14
-build/
15
-develop-eggs/
16
-dist/
17
-downloads/
18
-eggs/
19
-.eggs/
20
-lib/
21
-lib64/
22
-parts/
23
-sdist/
24
-var/
25
-wheels/
26
-share/python-wheels/
27
-*.egg-info/
28
-.installed.cfg
29
*.egg
30
-MANIFEST
+*.egg-info/
+*.eggs/
+*.pyc
+.cache/
+_build/
+build/
+dist/
0 commit comments