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/