# ── Generated proto stubs ─────────────────────────────────────────────────────
# Regenerate with: make proto
# Go stubs (daemon/gen/) are committed so the repo builds without proto toolchain.
sdk/python/agentkeeper/gen/

# ── Go ────────────────────────────────────────────────────────────────────────
# Compiled daemon binary (and editor backup copies)
daemon/agentkeeper
daemon/agentkeeper.exe
daemon/agentkeeper.exe~

# ── Python ────────────────────────────────────────────────────────────────────
# uv-managed virtual environment
sdk/python/.venv/

# Byte-compiled files
__pycache__/
*.py[cod]

# Package build artifacts
*.egg-info/
dist/
build/

# Test / coverage artifacts
.pytest_cache/
.coverage
htmlcov/

# ── Runtime data ──────────────────────────────────────────────────────────────
# Default persistence directory created by --data-dir ./data
data/

# ── OS ────────────────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db

# ── IDEs ──────────────────────────────────────────────────────────────────────
.idea/
.vscode/
*.swp
*.swo
.claude