# 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
CLAUDE.local.md
.claude/
.planning/
.brainstorming/
/.brainstorms
.worktreeinclude
