Add .gitignore

This commit is contained in:
Remi Rampin 2019-08-06 21:42:19 -04:00
parent ab7e5538f6
commit a969359428
1 changed files with 35 additions and 0 deletions

35
.gitignore vendored Normal file
View File

@ -0,0 +1,35 @@
*.py[co]
.DS_Store
# 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
# Eclipse PyDev
.project
.pydevproject
# PyCharm
.idea
# Database
db.sqlite3