Codebase list pyquery / upstream/1.4.0+git20181116.2351446 .gitignore
upstream/1.4.0+git20181116.2351446

Tree @upstream/1.4.0+git20181116.2351446 (Download .tar.gz)

.gitignore @upstream/1.4.0+git20181116.2351446raw · history · blame

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# Distribution / packaging
develop-eggs/
bin/
dist/
build/
parts/
.tox/
.installed.cfg
*.egg-info
*.swp

# Temporary files
*~
geckodriver

# Log files
geckodriver.log

# Sphinx documentation
docs/_build/