Files
trainlib/.gitignore
2026-03-03 18:11:37 -08:00

21 lines
221 B
Plaintext

# generic
__pycache__/
*.egg-info/
.python-version
# package-specific
.ipynb_checkpoints/
.pytest_cache/
# vendor/build files
dist/
build/
doc/_autoref/
doc/_autosummary/
doc/_build/
# misc local
/Makefile
notebooks/