提交.gitignore
This commit is contained in:
parent
7194925a3d
commit
a10c695ced
6
.gitignore
vendored
6
.gitignore
vendored
@ -15,6 +15,12 @@ __pycache__/
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# Python 虚拟环境
|
||||
venv/
|
||||
env/
|
||||
.venv/
|
||||
.env/
|
||||
|
||||
# 数据库文件(如果不需要版本控制)
|
||||
*.db
|
||||
*.sqlite
|
||||
|
Loading…
Reference in New Issue
Block a user