Update .gitignore by the stuff created by tox and buildozer

This commit is contained in:
Lee Miller 2024-02-02 21:51:37 +02:00
parent c723ace718
commit d08b07dd67
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

5
.gitignore vendored
View File

@ -12,6 +12,7 @@ src/**/*.so
src/**/a.out
build/lib.*
build/temp.*
bin
dist
*.egg-info
docs/_*/*
@ -19,6 +20,8 @@ docs/autodoc/
build
pyan/
**.coverage
coverage.xml
**htmlcov*
**coverage.json
.buildozer
.tox