chore: убрать __pycache__ из трекинга, расширить .gitignore (pyc/бинарники/мусор)
This commit is contained in:
+33
@@ -5,11 +5,36 @@
|
|||||||
/sqs-consumer
|
/sqs-consumer
|
||||||
bin/
|
bin/
|
||||||
ws-probe/ws-probe
|
ws-probe/ws-probe
|
||||||
|
/iot-service
|
||||||
|
|
||||||
# Go
|
# Go
|
||||||
*.exe
|
*.exe
|
||||||
*.test
|
*.test
|
||||||
*.out
|
*.out
|
||||||
|
*.prof
|
||||||
|
*.cover
|
||||||
|
|
||||||
|
# Python — кэш и генерируемые файлы
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
.pytest_cache/
|
||||||
|
.mypy_cache/
|
||||||
|
.ruff_cache/
|
||||||
|
.tox/
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
htmlcov/
|
||||||
|
.coverage
|
||||||
|
.coverage.*
|
||||||
|
*.egg-info/
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
.eggs/
|
||||||
|
|
||||||
|
# Логи
|
||||||
|
*.log
|
||||||
|
logs/
|
||||||
|
|
||||||
# IDE
|
# IDE
|
||||||
.idea/
|
.idea/
|
||||||
@@ -21,3 +46,11 @@ ws-probe/ws-probe
|
|||||||
# OS
|
# OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
|
# Прочие генерируемые/временные
|
||||||
|
*.tmp
|
||||||
|
*.temp
|
||||||
|
*.bak
|
||||||
|
*.orig
|
||||||
|
*.swp
|
||||||
|
.DS_Store
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user