Codebase list cherrypy3 / debian/8.9.1-6 .gitignore
debian/8.9.1-6

Tree @debian/8.9.1-6 (Download .tar.gz)

.gitignore @debian/8.9.1-6raw · history · blame

*.egg-info
*.pyc
*.orig
build/*
dist/*
*.swp
*.log
lib
share
bin
*.kdev4
include
sphinx/source/_build
.tox

/.eggs/
/.ropeproject/
/cherrypy/test/static/has space.html
/cherrypy/test/test.conf

# pyenv local config:
.python-version

# Ignore useless OS X's dirs:
.DS_Store

# Py.test
/.cache/