Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Feb 28, 2018
1 parent 635d13a commit f291da8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Expand Up @@ -15,11 +15,16 @@ pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.pytest_cache

.DS_Store
.idea/*
.python-version

/test.py
/test_*.*

setup.cfg
setup.py
MANIFEST.in
poetry.lock

0 comments on commit f291da8

Please sign in to comment.