diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2021-02-12 13:35:01 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2021-02-12 13:35:01 +0200 |
| commit | af5b4941705fd08be5e72ad5c06e8a3ab8b50da7 (patch) | |
| tree | 5e8a3d895d9f95610a314cf1e114cfa1279e65e3 /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d00ee33 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.vscode/ +token.pickle +credentials.json +*.pyc +__pycache__/ |
