chore: add product .gitignore
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
state/
|
||||
*.log
|
||||
.venv/
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
.mypy_cache/
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user