edited .gitignore so itself is pushed to the repo

This commit is contained in:
2023-11-28 14:58:32 -05:00
parent d038962d80
commit 47e5e438fa

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
#wher are stored token and api keys
config.py
#Python cache, unique to each machine when program launched
__pycache__