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 a2c99a9 commit 4ddc87aCopy full SHA for 4ddc87a
.gitignore
@@ -0,0 +1,31 @@
1
+# Python cache and bytecode files
2
+__pycache__/
3
+*.py[cod]
4
+*$py.class
5
+
6
+# Coverage reports
7
+.coverage
8
+.coverage.*
9
+htmlcov/
10
+coverage.xml
11
12
+# Build directories
13
+build/
14
+dist/
15
+.eggs/
16
+*.egg-info/
17
+*.egg
18
+# docs build
19
+/docs/_build/
20
21
+# Editor and OS artifacts
22
+.DS_Store
23
+*.swp
24
+*~
25
+.vscode/
26
+.idea/
27
+.env
28
+.envrc
29
30
+# Additional
31
+.ipynb_checkpoints/
0 commit comments