Skip to content

Commit

Permalink
added git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyKramer committed Jul 6, 2018
1 parent 3007a60 commit a3a21fe
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
*.py[co]

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox

#Translations
*.mo

#Mr Developer
.mr.developer.cfg

# PyCharm project settings
.idea

# Max OS X Desktop Services Store files
.DS_Store

0 comments on commit a3a21fe

Please sign in to comment.