1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
# pytest-cov data
.coverage
# local data dirs
data
# documentation build dir
/docs/build/
# autodoc files
/docs/source/reference/python/
# local env settings
.env
# pytest-cov report
htmlcov
# temp pid file
*.pid
# compiled python
*.pyc
# pytest cache data
.pytest_cache
# pyenv local python versions
.python-version
# temp sock file
*.sock