Ignore .venv and Python cache files

This commit is contained in:
Chris
2026-04-03 03:57:53 +08:00
parent ed7a0344e0
commit d430b69888

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Python cache
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
# Virtualenv
.venv/
venv/
# Local env and logs
.env
*.log
# OS
.DS_Store