Update stylist guide, gitignore and README

This commit is contained in:
pangkaicheng
2025-10-27 15:06:53 +08:00
parent f3bf2baa01
commit 366a8cac7a
6 changed files with 90 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1,6 +1,8 @@
.env
.vscode/
app/core/__pycache__/
data/db
data/image_data
app/core/data/
.idea/
*.sqlite3