# NOTE: src/cairn/vendored/frappe_docker/ is intentionally NOT ignored — it is the
# ventwig-managed, pinned copy of upstream, committed as plain files (D-007).

# Local scratch deployments used to exercise the CLI end-to-end (manifest discovery,
# build config layering). Real deployments live outside this repo (ADR-029).
/deployments/

# Build/deploy artifacts
apps.json
compose.custom.yaml
*.env
!example.env

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
dist/
build/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# OS / editor
.DS_Store
*.swp

# Claude Code local session/plan state
.claude/
