Initial commit: KFU Course Agent

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
RomanKurlygin
2026-05-26 00:16:45 +03:00
commit c02268a180
24 changed files with 1625 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
# Секреты — НИКОГДА не в репо
.env
.env.*
!.env.example
*.pem
*.key
credentials.json
secrets.json
*.secret
# Рабочая директория агента (клонированные репо, черновики)
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/