https://github.com/mikgroup/sigpy
Raw File
Tip revision: 5743d41b11af7ed0f68e6f3771804bd4b76f0f1c authored by Frank Ong on 13 June 2019, 22:32:19 UTC
Bump version: 0.1.13 → 0.1.14
Tip revision: 5743d41
.gitignore
build
dist
__pycache__
*.egg-info
_build
#*
*#
.DS_Store
GPATH
GRTAGS
GTAGS
.cache
*.npy
*.ra
.idea*

# sphinx build folder
_build

# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db

# Editor backup files #
#######################
*~

.pytest_cache
*.tar.bz2

.coverage
docs/generated
docs/_static
docs/_autosummary
back to top