diff --git a/.gitignore b/.gitignore index bbb08866..ae2443c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ .env_variables.json .DS_Store .env_shell.json -.env \ No newline at end of file +.env +venv/ +__pycache__/ +*.pyc \ No newline at end of file