Rename the "doc" folder to "docs" to be consistent with the tox env name. RTD also seems to expect "docs" as its first choice, even though it will discover "doc" as well.
54 lines
401 B
Plaintext
54 lines
401 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.c
|
|
*.so
|
|
|
|
# Jython
|
|
*$py.class
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.coverage_*
|
|
.tox
|
|
nosetests.xml
|
|
htmlcov
|
|
*.dat
|
|
.cache
|
|
|
|
|
|
# Docs
|
|
docs/_build
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Idea
|
|
.idea
|
|
|
|
# System
|
|
.DS_Store
|
|
|
|
# VIM swap files
|
|
.*.swp
|
|
|
|
# VIM temp files
|
|
*~
|