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 1350da7 commit b35dda1Copy full SHA for b35dda1
.gitignore
@@ -1,3 +1,25 @@
1
.DS_store
2
.idea/
3
*__pycache__*
4
+
5
+# virtualenvs
6
+.venv/
7
8
+# Distribution / packaging
9
+.Python
10
+build/
11
+develop-eggs/
12
+dist/
13
+downloads/
14
+eggs/
15
+.eggs/
16
+lib/
17
+lib64/
18
+parts/
19
+sdist/
20
+var/
21
+wheels/
22
+share/python-wheels/
23
+*.egg-info/
24
+.installed.cfg
25
+*.egg
0 commit comments