Skip to content

Commit bbc599c

Browse files
committed
Add .gitignore
1 parent 13b57e1 commit bbc599c

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

.gitignore

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
dist
40+
ENV
41+
env
42+
lib
43+
venv
44+
wheels

0 commit comments

Comments
 (0)