-
Frisinghelli Daniel authoredFrisinghelli Daniel authored
.gitignore 253 B
# python
*.pyc
*egg-info
*.swp
__pycache__/
# models
_models/
# plots
_graphics/
_samples/
_scenes/
_animations/
_plots/
# reports
_reports/
# log files
_logs/
*.log
# spyder
.spyproject/
# sphinx documentation
docs/_build/
docs/source/generated/