feat: initial project structure

This commit is contained in:
2026-04-14 07:51:51 +02:00
commit 9fc5a3d68c
15 changed files with 597 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# .gitignore
reference/
.venv/
__pycache__/
*.pyc
.pytest_cache/
dist/
*.egg-info/