diff --git a/.gitignore b/.gitignore index a57bdee..7939329 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ venv/ *.egg-info/ build/ dist/ -.DS_Store \ No newline at end of file +.DS_Store +__pycache__/ \ No newline at end of file