ignore ide files and virtualenv

This commit is contained in:
Dmitry Belyaev 2021-04-29 15:22:27 +03:00
parent 18224ad5b4
commit 77e2cdba36
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -2,8 +2,10 @@ config.yml
service-account.json
*.pyc
my-test*.ics
.vscode/*
.vscode/
.idea/
/dist/
/*.egg-info/
/build/
/.eggs/
venv/