diff --git a/.gitignore b/.gitignore index f2a119e..cfe475d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ web/dist/ -web/node_modules/ \ No newline at end of file +web/node_modules/ +__pycache__/ +.ruff_cache/ \ No newline at end of file