first commit
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
# 本地真实配置(含 API 密钥),勿提交
|
||||
**/.env
|
||||
.env
|
||||
|
||||
# 允许提交模板
|
||||
!**/.env.example
|
||||
!.env.example
|
||||
|
||||
# Python
|
||||
**/__pycache__/
|
||||
**/*.pyc
|
||||
**/.venv/
|
||||
|
||||
# 本地备份(可选,勿提交)
|
||||
**/.env.backup*
|
||||
**/.env.bak
|
||||
**/.env.local
|
||||
|
||||
# 数据库与上传(运行时生成)
|
||||
**/*.sqlite
|
||||
**/crypto.db
|
||||
|
||||
# 整机许可缓存(仓库根 .license/)
|
||||
.license/
|
||||
Reference in New Issue
Block a user