feat: solution for 'Экзамен: Самокорректирующийся агент'

This commit is contained in:
2026-06-30 13:14:33 +03:00
parent 7b2e405dfa
commit 7ae19c1b89
8 changed files with 328 additions and 80 deletions
+28 -3
View File
@@ -1,5 +1,30 @@
node_modules/
.env
dist/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
build/
dist/
*.egg-info/
# Virtual environment
.venv/
env/
ENV/
venv/
ENV/
# Temporary files
*.tmp
*.log
*.swp
# IDE files
.vscode/
.idea/
*.sublime-workspace
*.sublime-project
# Test artifacts
tests/__pycache__/