agnes-the-ai-analyst/.dockerignore
ZdenekSrotyr 3701130a11 feat: add Docker, CLI tool, scheduler, and agent skills
- Dockerfile (uv-based) + docker-compose.yml (3 services)
- CLI tool 'da' with commands: auth, sync, query, status, admin, diagnose, skills
- Scheduler sidecar service (replaces systemd timers)
- pyproject.toml for uv distribution
- Built-in skills (setup, troubleshoot) for AI agents
- 17 CLI tests, 75 total tests passing
2026-03-27 15:30:03 +01:00

17 lines
151 B
Text

.git
.venv
venv
__pycache__
*.pyc
.env
.env.*
data/
dev_data/
*.egg-info
dist/
build/
.pytest_cache
.mypy_cache
.claude/
node_modules/
docs/ZS_PADAK_*