Skip to content

Commit 3784800

Browse files
authored
Merge pull request #25 from AdamRJensen/patch-2
Update .gitignore
2 parents 4533224 + c29b721 commit 3784800

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
.Rhistory
1+
__pycache__/
2+
*.pyc
3+
*.pyo
4+
5+
# Distribution / packaging
6+
*.egg-info/
7+
dist/
8+
build/
9+
10+
# Sphinx doc
11+
_build/

0 commit comments

Comments
 (0)