gitignore: __pycache__ и *.pyc
Чтобы артефакты локальных прогонов тестов не попадали в репу. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NN8sHQuGbTBLGGkJyfxzXr
This commit is contained in:
@@ -2,3 +2,5 @@
|
|||||||
.idea
|
.idea
|
||||||
target/
|
target/
|
||||||
local_reports/
|
local_reports/
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|||||||
Reference in New Issue
Block a user