Skip to content

Commit 254fa43

Browse files
committed
Added .gitignore
1 parent 29615c6 commit 254fa43

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.gitignore

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
*.pyc
2+
MANIFEST
3+
build/*
4+
dist/*
5+
*.cache/
6+
.coverage
7+
.coveragerc
8+
htmlcov/*
9+
*.aux
10+
*.bbl
11+
*.blg
12+
*.fdb_latexmk
13+
*.idx
14+
*.ilg
15+
*.ind
16+
*.lof
17+
*.log
18+
*.lot
19+
*.out
20+
*.pdfsync
21+
*.synctex.gz
22+
*.toc
23+
*.swp
24+
*.asv
25+
*.nav
26+
*.snm
27+
*.gz
28+
*.bib.bak
29+
*.fls
30+
*.m~
31+
*.sublime*
32+
*.DS_Store*
33+
*puf.csv
34+
*/OUTPUT/*
35+
envs/
36+
*.egg-info/
37+
*.ipynb_checkpoints*
38+
*/__pycache__/*
39+
*~$*

0 commit comments

Comments
 (0)