Skip to content

Commit 97c367e

Browse files
committed
added a .gitignore
1 parent 7731df7 commit 97c367e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*.orig
2+
*.project
3+
*.pyc
4+
*.egg
5+
*.egg-info
6+
*.db
7+
*.sqlite
8+
*.sublime-*
9+
/**/__*__
10+
.eggs
11+
.tox
12+
build/

0 commit comments

Comments
 (0)