1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2026-05-18 19:16:13 +03:00
Files
sync_ics2gcal/.gitignore
T

19 lines
197 B
Plaintext
Raw Normal View History

2018-04-05 11:16:20 +03:00
config.yml
service-account.json
*.pyc
my-test*.ics
2021-04-29 15:22:27 +03:00
.vscode/
.idea/
2022-06-04 15:42:19 +03:00
.venv/
.pytest_cache/
.mypy_cache/
2020-02-19 23:26:28 +03:00
/dist/
/*.egg-info/
/build/
/.eggs/
2021-04-29 15:22:27 +03:00
venv/
2022-06-04 15:42:19 +03:00
mypy_report/
2022-06-04 17:40:33 +03:00
tmp_bin/
2023-08-20 23:03:27 +03:00
docs/build/