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