89cf4a3eb8
Import usual venv tools for easier python development. This includes setup of openstack-common.conf. Update .gitignore for changes. Change-Id: I9d08bbbe10f4692fbd409b26238cc033a382cc24
26 lines
192 B
Plaintext
26 lines
192 B
Plaintext
.DS_Store
|
|
.venv
|
|
|
|
# Packages
|
|
*.py[cod]
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
sdist
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.bak
|
|
|