Complete before first tests

This commit is contained in:
2026-02-13 00:19:56 +01:00
parent f513ce798e
commit b1f0bafad9
5 changed files with 948 additions and 701 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.env
venv/
ENV/
NUL