adjutant/.gitignore

12 lines
97 B
Plaintext

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