add .gitignore

This commit is contained in:
geeker
2026-09-21 07:53:26 +08:00
parent f4fa2f9714
commit 87f980dd85
6 changed files with 86 additions and 34 deletions
+16
View File
@@ -1 +1,17 @@
.venv/
.idea
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
tests/
.git/
.github/
*.md
!README.md
.env
.env.*
Dockerfile
__pycache__