This commit is contained in:
2024-12-08 21:36:04 +01:00
parent 9ef0275a61
commit 0ba1f371ed
18 changed files with 1016 additions and 115 deletions

11
.gitignore vendored
View File

@@ -6,3 +6,14 @@ node_modules
# Added by cargo
/target
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv