Skip to content

Commit cd97fb6

Browse files
authored
update gitignore (#36)
1 parent a70fad4 commit cd97fb6

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

.gitignore

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)