We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df4d9b commit 9a68f23Copy full SHA for 9a68f23
.gitignore
@@ -1 +1,53 @@
1
*.mo
2
+
3
+# Byte-compiled / optimized / DLL files
4
+__pycache__/
5
+*.py[cod]
6
7
+# C extensions
8
+*.so
9
10
+# Distribution / packaging
11
+venv
12
+.Python
13
+env/
14
+build/
15
+develop-eggs/
16
+dist/
17
+downloads/
18
+eggs/
19
+lib/
20
+lib64/
21
+parts/
22
+sdist/
23
+var/
24
+*.egg-info/
25
+.installed.cfg
26
+*.egg
27
+.mypy_cache/
28
29
+# PyInstaller
30
+# Usually these files are written by a python script from a template
31
+# before PyInstaller builds the exe, so as to inject date/other infos into it.
32
+*.manifest
33
+*.spec
34
35
+# Installer logs
36
+pip-log.txt
37
+pip-delete-this-directory.txt
38
39
+# Unit test / coverage reports
40
+htmlcov/
41
+.tox/
42
+.coverage
43
+.cache
44
+nosetests.xml
45
+coverage.xml
46
47
+# Ides
48
+.vscode/
49
+.idea/
50
51
52
+# local cpython repo
53
+cpython
0 commit comments