first commit
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
# 虚拟环境
|
||||
venv/
|
||||
env/
|
||||
.env
|
||||
|
||||
# 敏感信息及配置文件
|
||||
.env
|
||||
*.pem
|
||||
|
||||
# 数据库
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
# Python 缓存
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# macOS 系统文件
|
||||
.DS_Store
|
||||
|
||||
# Alembic 产生的临时迁移记录
|
||||
# 注意:alembic/versions 中的迁移脚本应该提交,但 alembic 目录下的其他临时文件可能需要忽略
|
||||
Reference in New Issue
Block a user