Skip to content

Commit

Permalink
Create .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronV77 authored Jul 17, 2018
1 parent 800a68a commit 69adea3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Ignore Mac OS Stuff
.DS_Store

## Python Stuff
__pycache__
.pytest_cache/
*.pyc
.ipynb_checkpoints

## Random
.cache
.idea
*.egg
.eggs/
.egg-info/

0 comments on commit 69adea3

Please sign in to comment.