chore: configure project dependencies and tooling (ruff, ty, pytest)

This commit is contained in:
Johan Lundberg 2026-02-12 14:38:16 +01:00
commit 9145f521ac
No known key found for this signature in database
GPG key ID: A6C152738D03C7D1
3 changed files with 1136 additions and 0 deletions

10
.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv