Archived
Добавлен безопасный gitignore
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
|||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
!.env.example
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
.pytest_cache/
|
||||||
|
.mypy_cache/
|
||||||
|
.ruff_cache/
|
||||||
|
node_modules/
|
||||||
|
dist/
|
||||||
|
.coverage
|
||||||
|
*.log
|
||||||
Reference in New Issue
Block a user