# Dependencies
*.swp
*.swo
*.pyc
__pycache__/

# Environment variables
.env
.env.local
.env.*.local

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
Thumbs.db
.DS_Store

# Build outputs
target/
dist/
build/

# Schemas package build staging — canonical source lives in schemas/; CI copies
# into these paths before publishing @openlatch/client-schemas (npm) and
# openlatch-client-schemas (PyPI). Not committed to avoid duplicate sources.
npm/client-schemas/schemas/
pypi/openlatch-client-schemas/src/openlatch_client_schemas/schemas/
pypi/openlatch-client-schemas/dist/

# Docker
*.pid
*.sock

# Secrets
*.pem
*.key

# CI CD
coverage/
/target-test

# AI Agents
CLAUDE.md
# ...except the root shim that imports AGENTS.md, which the repo ships.
!/CLAUDE.md
CLAUDE.local.md
.local/
# .claude/ is local agent state, except the versioned rules the repo ships.
.claude/*
!.claude/rules/
.planning/
.brainstorming/
/.brainstorms
.worktreeinclude
docs/architecture-diagram.html
.impeccable/

