https://github.com/OHBA-analysis/osl-dynamics
Raw File
Tip revision: 77b7aeec346bcbaf45b019f0cefae53b1325f7c7 authored by Chetan Gohil on 06 December 2023, 16:44:56 UTC
Release: v1.2.11.
Tip revision: 77b7aee
.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