Converted to PyPy package

This commit is contained in:
2025-05-23 18:03:13 +02:00
parent 6e6f22f5d4
commit 4878866ada
13 changed files with 218 additions and 243 deletions

15
.gitignore vendored
View File

@ -21,7 +21,6 @@ wheels/
*.egg
# Virtual Environment
.venv/
venv/
env/
ENV/
@ -32,9 +31,15 @@ ENV/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Testing
.coverage
htmlcov/
.pytest_cache/
# Project specific
# Distribution
dist/
build/
*.egg-info/
# Local configuration
config.yaml