revert 删除 .gitignore
This commit is contained in:
dvs
2026-08-28 00:51:40 +00:00
parent 587ef2140b
commit ef90efd199
+20
View File
@@ -0,0 +1,20 @@
# 运行时数据(聊天记录/账户/服务器状态)
data/
server_data/
ChaosCryptChat/data/
ChaosCryptChat/server_data/
# 密钥文件(严禁上传!)
*.key
# Python 缓存
__pycache__/
*.pyc
# 媒体缓存
media/
# 系统文件
Thumbs.db
.DS_Store
desktop.ini