This commit is contained in:
Tiara Rodney 2025-06-19 17:58:46 +02:00
parent 95e6ee35ed
commit 9de1a7db79
No known key found for this signature in database
GPG key ID: 5F43FAB4FBE5B5EB
20 changed files with 180 additions and 110 deletions

12
.gitignore vendored
View file

@ -1,11 +1,17 @@
.tox/
/dist/
/build/
/src/**/*.egg-info
/src/**/*.pyc
/src/**/__pycache/
*.egg-info
*.pyc
/.venv/
/autom4te.cache/
/config.log
/config.status
/configure~
vendor/**/*.tar.gz
vendor/**/*.tar
test-reports/