Files
slmm/.gitignore
2026-02-10 07:07:34 +00:00

15 lines
142 B
Plaintext

/manuals/
/data/
/SLM-stress-test/stress_test_logs/
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/