Ignore .venv and local build artifacts

This commit is contained in:
Chris
2026-04-03 04:00:17 +08:00
parent d430b69888
commit 4ae7e75a96

3
.gitignore vendored
View File

@@ -8,6 +8,9 @@ __pycache__/
.venv/
venv/
# Build metadata
*.egg-info/
# Local env and logs
.env
*.log