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 13b57e1 commit bbc599cCopy full SHA for bbc599c
.gitignore
@@ -0,0 +1,44 @@
1
+# Miscellaneous files
2
+
3
+*\#*
4
+*~
5
+.DS_Store
6
+Untitled*.ipynb
7
8
+# MyST files
9
10
+_build
11
+build
12
+coverage
13
+dist
14
+node_modules
15
16
+# Intermediate LaTeX files
17
18
+*.aux
19
+*.bbl*
20
+*.blg
21
+*.dvi
22
+*.lof
23
+*.log
24
+*.ps
25
26
+# Local configurations
27
28
+.idea
29
+.vscode
30
31
+# Python files
32
33
+*.egg*
34
+*coverage*
35
+.cache
36
+.nox*
37
+.venv
38
+__pycache__
39
40
+ENV
41
+env
42
+lib
43
+venv
44
+wheels
0 commit comments