diff --git a/.gitignore b/.gitignore index 9ac2dd8..03e66be 100644 --- a/.gitignore +++ b/.gitignore @@ -161,3 +161,5 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +python_models diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 2f219af..0000000 --- a/requirements.txt +++ /dev/null @@ -1,21 +0,0 @@ -# This file was autogenerated by uv via the following command: -# uv pip compile - -o requirements.txt -cfgv==3.4.0 - # via pre-commit -distlib==0.3.8 - # via virtualenv -filelock==3.14.0 - # via virtualenv -identify==2.5.36 - # via pre-commit -nodeenv==1.9.0 - # via pre-commit -platformdirs==4.2.2 - # via virtualenv -pre-commit==3.7.1 -pyyaml==6.0.1 - # via pre-commit -virtualenv==20.26.2 - # via pre-commit -pydantic~=2.0 -sqlalchemy~=2.0