chore: .gitignore 忽略 .env.local(防止 S3 密钥误提交)

This commit is contained in:
gouki
2026-08-05 12:41:17 +00:00
parent 1b7d4823c3
commit 4f855ba0da
+1
View File
@@ -3,5 +3,6 @@ __pycache__/
.venv/
data/
.env
.env.local
.DS_Store
.pytest_cache/