update .gitignore: exclude pycache and test outputs
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -5,3 +5,6 @@ dist/
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.prisma/
|
.prisma/
|
||||||
.venv/
|
.venv/
|
||||||
|
`n__pycache__/
|
||||||
|
test_output*.json
|
||||||
|
results_v*.json
|
||||||
|
|||||||
Reference in New Issue
Block a user