Add ignore rules for generated artifacts
This commit is contained in:
parent
a87c7a9c6f
commit
d07ca21690
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
__pycache__/
|
||||
.pytest_cache/
|
||||
.hypothesis/
|
||||
|
||||
core-rs/target/
|
||||
core-rs/Cargo.lock
|
||||
|
||||
uv.lock
|
||||
Loading…
Reference in a new issue