Skip to content

Commit

Permalink
adding .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Sep 12, 2017
1 parent 06508c8 commit a334f10
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
*.py[cod]

# C extensions
*.so

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

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Config files
config.py

# OSX files
.DS_Store

# vi swap and temp files
*.swp
*.swo
*~

# ignoring redis files
dump.rdb

# webdis log
webdis.log

0 comments on commit a334f10

Please sign in to comment.