diff --git a/.gitignore b/.gitignore index aa30c02..060568f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ __pycache__/ .env .venv/ -*.py[cod] \ No newline at end of file +*.py[cod] +models/ \ No newline at end of file diff --git a/models/.gitkeep b/models/.gitkeep deleted file mode 100644 index e69de29..0000000