mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-14 15:53:28 +01:00
60 lines
527 B
Plaintext
60 lines
527 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
.eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
__pycache__
|
|
.DS_Store
|
|
|
|
# ignore auto-gen certs
|
|
ca/pywb-ca.pem
|
|
ca/certs/
|
|
proxy-certs/
|
|
collections/
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
.vagrant
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# git_hash
|
|
git_hash.py
|
|
|
|
# Sphinx documentation
|
|
docs/_build/*
|
|
|
|
# virtualenvs
|
|
env/
|
|
venv/
|