chore: add .gitignore and remove cached test results

Ignore __pycache__/, results/, and *.pyc files
Remove already tracked test results from git tracking
This commit is contained in:
shokollm
2026-03-31 08:12:50 +00:00
parent 3c15d8df1d
commit da52a4bd9b
11 changed files with 6 additions and 389 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
__pycache__/
*/__pycache__/
results/
*/results/
*.pyc