diff --git a/.gitignore b/.gitignore index 4621743..5cfe7ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ #Ignore all vscode files -.vscode/* \ No newline at end of file +.vscode/* + +#Ignore python cache files +__pycache__/* \ No newline at end of file