From 1f945ba7cd8274a21006e9ac11caed747adbc6b9 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Thu, 6 Jun 2019 22:43:31 -0400 Subject: [PATCH] Update .gitignore --- .gitignore | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index e470b09..1b7c074 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,18 @@ +# Ignore pycache __pycache__ -.DS_Store -.vscode/ -.coverage -.noseids -.pytest_cache -nosetests.xml -tests/report -tests/tmp.db -logs/ \ No newline at end of file + +# 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/