wexpect-venv/.gitignore

62 lines
730 B
Plaintext
Raw Normal View History

2014-12-29 15:40:00 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
2020-02-22 16:05:01 +00:00
*coverage.xml
2014-12-29 15:40:00 +00:00
# C extensions
*.so
2019-04-30 13:57:27 +00:00
.eggs/
AUTHORS
ChangeLog
2014-12-29 15:40:00 +00:00
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
2020-02-23 13:54:10 +00:00
!wexpect.spec
2014-12-29 15:40:00 +00:00
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
# PyBuilder
target/