Update .gitignore

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

26
.gitignore vendored
View file

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