basic page layouts

This commit is contained in:
Death916 2025-03-30 06:07:41 -07:00
commit f0dbd96789
10 changed files with 1587 additions and 0 deletions

15
.gitignore vendored Normal file
View file

@ -0,0 +1,15 @@
*.py[cod]
assets/external/
.states
*.db
.web
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv