diff --git a/.gitignore b/.gitignore index 53eee279..12d2326c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ /bin /.idea /static/ui +**/node_modules/ +**/package-lock.json +**/__pycache__