We can choose to check in uv.lock later if we want. Signed-off-by: Will Beason <willbeason@gmail.com>
17 lines
171 B
Plaintext
17 lines
171 B
Plaintext
*.xml.gz
|
|
*.7z
|
|
*.xml.bz2
|
|
*.xml.xz
|
|
*.swp
|
|
|
|
# Lockfiles
|
|
uv.lock
|
|
|
|
# JetBrains
|
|
/.idea
|
|
|
|
# Python build and test output
|
|
__pycache__/
|
|
/test/test_output/
|
|
/test/test_output.parquet/
|