
Remove redundant Manifest file Move configuration to setup.cfg Upadate atuhor and contact informaion Change python 3.5 classifier to python 3.6 Grab package version programtically from pbr gitignore venv and vscode directories. Change-Id: Iff11f5ca9ddc40e98849c384441db73e5b034ac7
13 lines
111 B
Plaintext
13 lines
111 B
Plaintext
*.pyc
|
|
*.sqlite3
|
|
*~
|
|
*.log
|
|
.coverage
|
|
python_adjutant.egg-info/*
|
|
dist/*
|
|
build/
|
|
.tox/*
|
|
env/*
|
|
cover/*
|
|
.vscode/
|
|
venv/ |