Files
prisma/.gitignore
T
Barabashka 2aa0082743 Инициализировать базовый каркас MVP с чат-агентом на Agno и Ollama.
Добавить входную точку CLI, конфигурацию через .env и базовую документацию для быстрого локального запуска.
2026-04-21 12:04:23 +03:00

28 lines
292 B
Plaintext

# Python cache and bytecode
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
# Environment files
.env
# Build and packaging
build/
dist/
*.egg-info/
# Test and tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
# IDE and OS files
.idea/
.vscode/
.DS_Store
.cursor