chore: add product .gitignore

This commit is contained in:
Ty
2026-07-27 15:39:42 +00:00
parent 1b715d10d6
commit 8bd1ab11d4
+11
View File
@@ -0,0 +1,11 @@
.env
.env.*
!.env.example
state/
*.log
.venv/
__pycache__/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.DS_Store