end of first chapter

This commit is contained in:
2025-07-31 16:22:22 +02:00
commit f9a9c430e8
6 changed files with 371 additions and 0 deletions

11
.gitignore vendored Normal file
View File

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