repo: push

This commit is contained in:
2024-12-10 02:03:53 +07:00
commit 075a73145b
11 changed files with 493 additions and 0 deletions

13
.gitignore vendored Normal file
View File

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