feat: add build and upload scripts for Forgejo PyPI, update version management

This commit is contained in:
claudi 2026-03-03 13:44:58 +01:00
parent 462c8aeac9
commit 64ea445ec3
12 changed files with 1288 additions and 0 deletions

3
.gitignore vendored
View file

@ -25,6 +25,9 @@ dmypy.json
# Environment files
.env
# PyPI credentials
.pypirc
# pytest
.pytest_cache/
.coverage