Select Git revision
-
Peter Schubert authoredPeter Schubert authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitignore 135 B
*~
build/
dist/
__pycache__/
results/
*.so
*.lo
*.o
*.pyc
.idea/
.DS_Store
*.egg-info
docs/_build/
docs/_static/
docs/_templates/
log/