Files
kugetsu/.gitignore
shokollm da52a4bd9b chore: add .gitignore and remove cached test results
Ignore __pycache__/, results/, and *.pyc files
Remove already tracked test results from git tracking
2026-03-31 08:12:50 +00:00

7 lines
55 B
Plaintext

__pycache__/
*/__pycache__/
results/
*/results/
*.pyc