feat:初版
This commit is contained in:
44
.gitignore
vendored
Normal file
44
.gitignore
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
|
||||
# 数据库
|
||||
database/*.db
|
||||
database/*.db-journal
|
||||
|
||||
# 日志
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# 配置文件(包含敏感信息)
|
||||
main_config.toml
|
||||
plugins/*/config.toml
|
||||
|
||||
# DLL 文件
|
||||
libs/*.dll
|
||||
|
||||
# 资源文件
|
||||
resources/
|
||||
resource/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# 临时文件
|
||||
*.tmp
|
||||
*.bak
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# WebUI
|
||||
instance/
|
||||
.webassets-cache
|
||||
Reference in New Issue
Block a user