__pycache__/
.coverage
.env
*.env
.env.local
.env.*.local

# Dynaconf (ADR-024)
.secrets.toml
settings.toml
settings.local.toml

# Claude Code runtime artifacts (the rest of .claude/ is tracked)
.claude/scheduled_tasks.lock

# Git
worktrees/

docker-compose.override.yml

# Generated by pytest used to login users
.nextcloud_oauth_*.json
.playwright-mcp/

# RAG Evaluation
tests/rag_evaluation/fixtures/

# Pact contract tests — generated pacts are published to the broker, not committed
tests/contract/pacts/
# Contract-first provider pacts (astrolabe -> mcp), generated by the consumer
# contract test; not published from this repo (astrolabe owns/publishes them).
tests/contract/provider_contracts/
