2013-12-08 19:30:31 -08:00
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Packages
|
|
|
|
*.egg
|
|
|
|
*.egg-info
|
|
|
|
dist
|
|
|
|
build
|
|
|
|
eggs
|
2015-04-01 16:32:49 -07:00
|
|
|
.eggs
|
2013-12-08 19:30:31 -08:00
|
|
|
parts
|
|
|
|
bin
|
|
|
|
var
|
|
|
|
sdist
|
|
|
|
develop-eggs
|
|
|
|
.installed.cfg
|
|
|
|
lib
|
|
|
|
lib64
|
|
|
|
__pycache__
|
2017-10-04 22:02:03 -07:00
|
|
|
.DS_Store
|
2013-12-08 19:30:31 -08:00
|
|
|
|
2015-07-30 11:13:08 -07:00
|
|
|
# ignore auto-gen certs
|
|
|
|
ca/pywb-ca.pem
|
|
|
|
ca/certs/
|
2019-03-11 16:28:09 -07:00
|
|
|
proxy-certs/
|
|
|
|
collections/
|
2015-07-30 11:13:08 -07:00
|
|
|
|
2013-12-08 19:30:31 -08:00
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
.coverage
|
|
|
|
.tox
|
|
|
|
nosetests.xml
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
|
|
|
|
# Mr Developer
|
|
|
|
.mr.developer.cfg
|
|
|
|
.project
|
|
|
|
.pydevproject
|
2014-01-06 21:57:33 -10:00
|
|
|
|
2014-02-04 13:06:32 -08:00
|
|
|
.vagrant
|
2015-11-25 11:44:04 +00:00
|
|
|
|
|
|
|
# Node
|
|
|
|
node_modules/
|
2017-03-28 10:31:43 -07:00
|
|
|
|
|
|
|
# git_hash
|
|
|
|
git_hash.py
|
2017-10-04 22:02:03 -07:00
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/*
|
2023-03-27 10:23:37 -04:00
|
|
|
|
|
|
|
# virtualenvs
|
|
|
|
env/
|
|
|
|
venv/
|