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__