diff --git a/.gitignore b/.gitignore index 4bb4026..d87426c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ .venv -.vscode \ No newline at end of file +.vscode + +__pycache__/ +*.pyc \ No newline at end of file