Updated git ignore with common files.

* Pyenv
* Pytest
* VS Code.
This commit is contained in:
Carlton Gibson 2020-04-13 16:34:12 +02:00
parent 59b57a9f4b
commit 153c0d50a2

3
.gitignore vendored
View File

@ -10,3 +10,6 @@ build/
.eggs .eggs
test_layer* test_layer*
test_consumer* test_consumer*
.python-version
.pytest_cache/
.vscode/