Remove requirements.txt and add uv.lock to ignored files.

We can choose to check in uv.lock later if we want.

Signed-off-by: Will Beason <willbeason@gmail.com>
This commit is contained in:
Will Beason
2025-05-29 10:05:49 -05:00
parent 5a10f59dc4
commit ab280dd765
2 changed files with 5 additions and 40 deletions

6
.gitignore vendored
View File

@@ -4,9 +4,13 @@
*.xml.xz
*.swp
# Lockfiles
uv.lock
# JetBrains
/.idea
# Python build and test output
__pycache__/
test_output/
/test/test_output/
/test/test_output.parquet/