Files
deb-python-falcon/.gitignore
Kurt Griffiths 90beceeb7b chore: Rename the "doc" folder to "docs" (#875)
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.
2016-08-27 11:55:09 -06:00

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
*~