From 47e5e438faeae24fc84ed075f65d1966ac35dc04 Mon Sep 17 00:00:00 2001 From: Leonard Excoffier Date: Tue, 28 Nov 2023 14:58:32 -0500 Subject: [PATCH] edited .gitignore so itself is pushed to the repo --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4ff963 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +#wher are stored token and api keys +config.py + +#Python cache, unique to each machine when program launched +__pycache__