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.
2 parents 84c0e8b + 4c08810 commit 8c4ddadCopy full SHA for 8c4ddad
.gitignore
@@ -1,2 +1,37 @@
1
-# Created by .ignore support plugin (hsz.mobi)
2
-.idea
+# Byte-compiled
+__pycache__/
3
+*.py[cod]
4
+*$py.class
5
+
6
+# Distribution / packaging
7
+.idea
8
+.Python
9
+build/
10
+develop-eggs/
11
+dist/
12
+*.egg-info/
13
+.installed.cfg
14
+*.egg
15
+MANIFEST
16
17
+# Installer logs
18
+pip-log.txt
19
+pip-delete-this-directory.txt
20
21
+# Unit test / coverage reports
22
+htmlcov/
23
+.tox/
24
+.nox/
25
+.coverage
26
+.coverage.*
27
+.cache
28
+coverage.xml
29
+*.cover
30
+.pytest_cache/
31
32
+# Jupyter Notebook
33
+.ipynb_checkpoints
34
35
+# Environments
36
+.env
37
+.venv
0 commit comments