diff --git a/.gitignore b/.gitignore index f1b0769..234ad04 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ frontend/dist -*/node_modules -*/__pycache__ -*/.idea -*/.venv \ No newline at end of file +**/node_modules +**/__pycache__ +**/.idea +**/.venv \ No newline at end of file