chore: import storyforge baseline clean

This commit is contained in:
kris
2026-03-14 21:32:55 +08:00
commit acb1103b71
54 changed files with 9721 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
.DS_Store
.env
.env.local
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.venv/
.venv*/
# Android / Gradle
.gradle/
local.properties
build/
**/build/
.kotlin/
**/.gradle/
**/.kotlin/
# Runtime data and artifacts
data/
output/
*.log
# macOS / editors
.idea/
.vscode/