First working implementation of the program

This commit is contained in:
2026-07-27 17:42:48 +09:00
parent 9f9c72e824
commit e5bb49a596
12 changed files with 618 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Ignore all __pycache__ directories
**/__pycache__/
# Ignore compiled Python files
*.py[cod]
venv/
log/
output/
bin/__pycache__/