diff options
| author | Tianhao Wang <shrik3@riseup.net> | 2023-03-28 12:07:19 +0200 |
|---|---|---|
| committer | Tianhao Wang <shrik3@riseup.net> | 2023-03-28 12:07:19 +0200 |
| commit | 13c84aa2baf557ecc441f8e26a57124719e3f7ec (patch) | |
| tree | 24d6526a8609218c6162431adeacf8ad922d65f2 /.gitignore | |
init
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..906ee43 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.secret +__pycache__ +notes.txt +oauth.txt +./oauth.txt |
