1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2024-06-01 13:03:49 +00:00

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

4
.gitignore vendored
View File

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