From c92657f3539cd42dab3295ee18738ef10cc3bf44 Mon Sep 17 00:00:00 2001 From: Joseph McKinsey Date: Tue, 22 Oct 2024 14:01:38 -0600 Subject: [PATCH] Remove requirements.txt and add .gitignore --- .gitignore | 2 ++ requirements.txt | 21 --------------------- 2 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 requirements.txt 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