Merge pull request #9 from kmpm/features/gitignore

a gitignore would make life better
This commit is contained in:
Yuriy Andamasov 2019-01-20 16:18:39 +01:00 committed by GitHub
commit bc5ad9350e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# python virtualenv
venv/
# put various editor ignores here
.vscode/