adjutant/.gitignore
Simon Merrick 472f3c60c4 Convert setup to use pbr
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
2019-05-17 11:56:30 +12:00

13 lines
111 B
Plaintext

*.pyc
*.sqlite3
*~
*.log
.coverage
python_adjutant.egg-info/*
dist/*
build/
.tox/*
env/*
cover/*
.vscode/
venv/