initial: blog-app snapshot

This commit is contained in:
omo
2026-08-17 17:11:27 +08:00
commit 65cb9d5ead
125 changed files with 14720 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
__pycache__/
*.pyc
*.pyo
*.db
*.db-shm
*.db-wal
*.pid
*.log
.env
venv/
.venv/
node_modules/
.pytest_cache/
.ruff_cache/
.mypy_cache/
*.egg-info/
dist/
build/