Skip to content

Commit aeae8d6

Browse files
committed
Add .gitignore
1 parent 2800805 commit aeae8d6

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.gitignore

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Remove [I]Python caching
2+
__pycache__
3+
.ipynb_checkpoints
4+
5+
# Remove Mac shit
6+
.DS_Store
7+
8+
# Remove Vim temp files
9+
*sw*
10+
11+
# Ignore Data files
12+
*.tar.gz
13+
*.feat
14+
*.txt
15+
*.data
16+
.idea/
17+
*.pth
18+
*-ubyte
19+
*.pt
20+
*.png
21+
!docs/**/*.png
22+
imdb
23+
data
24+
.jekyll-cache
25+
_site
26+
.vscode

0 commit comments

Comments
 (0)