cerulianx commited on
Commit
336d727
1 Parent(s): 509fea8

Upload .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +18 -0
.gitignore ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # OS specific
2
+ *.DS_Store
3
+
4
+ # Python
5
+ /build
6
+ /dist
7
+ __pycache__
8
+ *.ipynb_checkpoints
9
+ *.egg-info
10
+
11
+ # Vim
12
+ *.vim
13
+ *.swk
14
+ *.swl
15
+ *.swm
16
+ *.swn
17
+ *.swo
18
+ *.swp