update .gitignore: exclude pycache and test outputs

This commit is contained in:
2026-05-24 01:47:38 +08:00
parent 8bcb6c7e7a
commit 773ae2e3fb

3
.gitignore vendored
View File

@@ -5,3 +5,6 @@ dist/
.DS_Store .DS_Store
.prisma/ .prisma/
.venv/ .venv/
`n__pycache__/
test_output*.json
results_v*.json