Files
slmm/.gitignore

14 lines
107 B
Plaintext

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