# Python
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Ruff
.ruff_cache/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Environment / secrets
.env
.env.local
*.pem
*.key

# Vault data (created by ztlctl init or tests)
.ztlctl/
!src/ztlctl/templates/workflow/.ztlctl/
!src/ztlctl/templates/workflow/.ztlctl/**
!src/ztlctl/templates/agent_workflow/codex/.ztlctl/
!src/ztlctl/templates/agent_workflow/codex/.ztlctl/**
notes/
ops/

# Business Acceptance Testing
.bat/

# Worktrees
.worktrees/
.firecrawl/
