diff --git a/.gitignore b/.gitignore index 47f2c98..aafda3a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,2 @@ -API/bin -API/obj - -__pycache__ - .vscode .idea diff --git a/.gitattributes b/API/.gitattributes similarity index 100% rename from .gitattributes rename to API/.gitattributes diff --git a/API/.gitignore b/API/.gitignore new file mode 100644 index 0000000..bee8a64 --- /dev/null +++ b/API/.gitignore @@ -0,0 +1 @@ +__pycache__