Update .gitignore

This commit is contained in:
Brian Martin 2019-06-06 22:43:31 -04:00
parent e43fd4cb84
commit 1f945ba7cd

24
.gitignore vendored
View file

@ -1,10 +1,18 @@
# Ignore pycache
__pycache__ __pycache__
.DS_Store
.vscode/ # Ignore .hidden files
.coverage .*
.noseids
.pytest_cache # Except .
nosetests.xml !.github/
tests/report !.gitignore
tests/tmp.db
# Ignore items in test (report, cache, etc), except files starting with test
tests/*
!tests/test*
# Ignore logs/data/certs
logs/ logs/
data/
certs/