GEO 智能内容优化平台

This commit is contained in:
刘国栋
2026-01-23 15:43:03 +08:00
commit cec0543064
13 changed files with 4087 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# SQLite 数据库文件
*.db
*.sqlite
*.sqlite3
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.venv
# Streamlit
.streamlit/secrets.toml
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# 数据目录(如果使用JSON方式)
data/