Initial commit: homework automation agent for BroJS course KFU-26-1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
||||
# Секреты — НИКОГДА не в репо
|
||||
.env
|
||||
|
||||
# Рабочая директория агента (клонированные репо, черновики)
|
||||
agent_workspace/
|
||||
src/agent/agent_workspace/*
|
||||
!src/agent/agent_workspace/.gitkeep
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
.eggs/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# LangGraph / LangSmith
|
||||
.langgraph_api/
|
||||
Reference in New Issue
Block a user