Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 9817930

Browse files
committed
Add .gitignore - Stop un-needed Python/OSX/Windows files
1 parent 1e87a3e commit 9817930

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Python Rubbish
2+
__pycache__/
3+
*.py[cod]
4+
5+
6+
## OSX Rubbish
7+
.DS_Store
8+
9+
10+
## Windows Rubbish
11+
[Dd]esktop.ini
12+
Thumbs.db
13+
ehthumbs.db
14+
ehthumbs_vista.db

0 commit comments

Comments
 (0)