feat: Add GEMINI.md and update README files

This commit is contained in:
tukuaiai
2025-12-18 13:21:08 +08:00
parent 275bc9cc3b
commit fe06ba9b1b
32 changed files with 2117 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
dist/
build/
*.spec
# Output
output/
*.db
*.sqlite3
*.log
# Environment
.env
.venv/
venv/
# IDE
.vscode/
.idea/
*.swp
# OS
.DS_Store
Thumbs.db