diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e3f0efa5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +__pycache__/ +.pytest_cache/ +.hypothesis/ + +core-rs/target/ +core-rs/Cargo.lock + +uv.lock