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 a70fad4 commit cd97fb6Copy full SHA for cd97fb6
.gitignore
@@ -0,0 +1,46 @@
1
+*.pyc
2
+*.sw[op]
3
+examples/*.png
4
+nb_examples/
5
+nb_tutorials/
6
+build/*
7
+dist/*
8
+*.egg-info/
9
+.ipynb_checkpoints
10
+tmtags
11
+tags
12
+.DS_Store
13
+.cache
14
+# IntelliJ IDE
15
+.idea
16
+*.iml
17
+
18
+# Sphinx
19
+_build
20
+docs/jupyter_execute
21
+docs/.jupyter_cache
22
+docs/**/generated/*
23
24
+# Merge tool
25
+*.orig
26
27
+# Docker development
28
+# notebooks/
29
30
+# air speed velocity (asv)
31
+benchmarks/env/
32
+benchmarks/html/
33
+benchmarks/results/
34
+.pytest_cache/
35
36
+# Visual Studio / VSCode
37
+.vs/
38
+.vscode/
39
+.mypy_cache
40
41
+pytestdebug.log
42
+.dir-locals.el
43
+.pycheckers
44
45
+# Codespaces
46
+pythonenv*
0 commit comments