https://github.com/OHBA-analysis/osl-dynamics
Raw File
Tip revision: 478fbfd39effa97c229d7030997812e0ee5f4546 authored by Chetan Gohil on 13 November 2023, 17:09:23 UTC
Release: v1.2.10.
Tip revision: 478fbfd
.gitignore
# Temporary and binary files
*~
*.py[cod]
*.so
*.cfg
!.isort.cfg
!setup.cfg
*.orig
*.log
*.pot
__pycache__
__pycache__/*
.cache/*
.*.swp
*/.ipynb_checkpoints/*
.DS_Store
Icon[^M]

# Package files
*.egg
*.eggs/
.installed.cfg
*.egg-info

# Build and docs folder/files
build/*
dist/*
sdist/*
doc/tutorials_build/*
cover/*
MANIFEST

# Per-project virtualenvs
.venv*/
back to top