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 93f61e6 commit 0aaa453Copy full SHA for 0aaa453
gitignore
@@ -1,9 +1,37 @@
1
+# Byte-compiled / optimized / DLL files
2
__pycache__/
3
*.py[cod]
-*.log
4
-.env
5
-.venv
+*$py.class
+
6
+# Virtual environments
7
+env/
8
venv/
9
+.venv/
10
11
+# Installer logs
12
+pip-log.txt
13
+pip-delete-this-directory.txt
14
15
+# Unit test / coverage reports
16
+htmlcov/
17
+.tox/
18
+.nox/
19
+coverage.*
20
+.cache
21
+nosetests.xml
22
+*.cover
23
+.hypothesis/
24
25
+# PyInstaller
26
+dist/
27
+build/
28
+*.spec
29
30
+# Misc
31
+*.log
32
+*.tmp
33
+*.bak
34
35
+# System files
36
.DS_Store
37
Thumbs.db
-# .vscode/
0 commit comments