WenjieDu/PyPOTS

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# ignore special files or folds
*~
.idea
.DS_Store

# ignore all building results
dist
build
docs/_build
*.egg-info

# ignore all testing/running results
.run
.coverage
.pytest_cache
*__pycache__*
*test*

# ignore specific kinds of files like all PDFs
*.pdf
*.ipynb