All checks were successful
Deploy Documentation / build-and-deploy (push) Successful in 3m17s
26 lines
362 B
Text
26 lines
362 B
Text
# Jupyter Notebook checkpoints
|
|
.ipynb_checkpoints
|
|
site/
|
|
docs/
|
|
|
|
# Virtual Environment
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
env/
|
|
|
|
# Python cache & build files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.pytest_cache/
|
|
|
|
# Local history files / temporary editor files
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
|
|
# Large simulation output histories (optional but kept as user had some tracked)
|
|
# *.history2
|
|
# *.history
|