Skip to content

Commit

Permalink
chore: updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncoulton committed Oct 2, 2019
1 parent 88bb37e commit 3945e00
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .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]
Expand Down Expand Up @@ -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

0 comments on commit 3945e00

Please sign in to comment.