chore: .gitignore 忽略 .env.local(防止 S3 密钥误提交)
This commit is contained in:
@@ -3,5 +3,6 @@ __pycache__/
|
|||||||
.venv/
|
.venv/
|
||||||
data/
|
data/
|
||||||
.env
|
.env
|
||||||
|
.env.local
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
|
|||||||
Reference in New Issue
Block a user