2020-03-30 07:05:36 +00:00
|
|
|
test_01_installed/*
|
|
|
|
|
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
|
2019-04-24 10:09:19 +00:00
|
|
|
|
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/
|
2020-03-30 07:05:36 +00:00
|
|
|
.coverage*
|
2014-12-29 15:40:00 +00:00
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
2023-07-05 05:15:47 +00:00
|
|
|
|
|
|
|
.idea/
|