diff --git a/.gitignore b/.gitignore index 22a2ef6..67dac87 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ .idea/ be/.idea + + + +__pycache__ /be/app/projects/* - -__pycache__ \ No newline at end of file diff --git a/be/.gitignore b/be/.gitignore index 802a0fe..a4c5ca8 100644 --- a/be/.gitignore +++ b/be/.gitignore @@ -5,3 +5,4 @@ __pycache__ +/app/projects/*