From 2c9bb5954c98a507702fc948960bea461d394142 Mon Sep 17 00:00:00 2001 From: Simon Coulton Date: Wed, 2 Oct 2019 14:44:21 +1000 Subject: [PATCH] chore: updated gitignore --- .gitignore | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 61a0b22..8973785 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,8 @@ -# OSX & Workspace +# Workspace .DS_STORE -*.sublime-project -*.sublime-workspace -tests/_coverage -docs/_build -.cache/v/ +.vscode +*.code-workspace +.venv ### Python ### *.py[cod] @@ -35,11 +33,16 @@ pip-log.txt # Unit test / coverage reports .coverage .tox -nosetests.xml tests/_coverage # Translations *.mo +### Artifacts ### + +# Cache +.cache/v/ +.pytest_cache + # Documentation docs/_build