add gitignore
This commit is contained in:
parent
36c7da7d5a
commit
d98a180bc2
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
.direnv/
|
||||||
|
.ruff_cache/
|
||||||
|
__pycache__/
|
||||||
|
result*
|
||||||
|
|
||||||
|
scratch.py
|
||||||
|
test.py
|
Loading…
Reference in a new issue