refactor: move runtime state under project data directory
Some checks failed
CI / lint-and-compile (push) Has been cancelled
CI / lint-and-compile (pull_request) Has been cancelled

This commit is contained in:
root
2026-04-17 15:57:51 +08:00
parent e41ee8bcc8
commit c1e261aa14
7 changed files with 21 additions and 9 deletions

4
.gitignore vendored
View File

@@ -3,3 +3,7 @@ __pycache__/
*.pyc
bin/
runtime-bin/
data/
!data/
data/*
!data/.gitkeep