python-hnvclient/.gitignore
Alexandru Coman 6251ca5344
Add base data model in order to improve data representation
The proposed data model improves the way how the information
is structured and allows related entities to to inherit data.
2017-01-30 14:03:35 +02:00

56 lines
474 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.eggs
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.testrepository
.venv
cover
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?