diff --git a/.gitignore b/.gitignore index 0d20b64..494162f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,13 @@ +# ignore keys.py so that you won't accidentally expose your API_KEY +keys.py + *.pyc + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ \ No newline at end of file