1ee1a0ac0f
Updated gitignore to skip additional files. Updated configuration. Pinned WSME version to 0.6.1 as 0.6.2 is causing troubles with python 3.3 and later. Updated tox configuration to integrate coverage and configuration updating entries. Change-Id: Ibf474cf978758e8d5e299e523fbc26687a6e4aa7
54 lines
543 B
Plaintext
54 lines
543 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
cloudkitty.egg-info
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.testrepository
|
|
.coverage
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
cover
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# Rope
|
|
.ropeproject/
|
|
|
|
# Others
|
|
*.sqlite
|