gitignore: __pycache__ и *.pyc
build-and-push / detect (push) Successful in 12s
build-and-push / build (${{ fromJSON(needs.detect.outputs.services) }}) (push) Successful in 28s

Чтобы артефакты локальных прогонов тестов не попадали в репу.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NN8sHQuGbTBLGGkJyfxzXr
This commit is contained in:
2026-08-26 11:31:29 +03:00
co-authored by Claude Opus 5
parent 47c546093f
commit 0f03699f20
+2
View File
@@ -2,3 +2,5 @@
.idea
target/
local_reports/
__pycache__/
*.pyc