# Local Claude Code install destination (regenerated by install.sh / install.ps1)
# Canonical source for the skill lives under skills/pre-flight-check/.
.claude/skills/pre-flight-check/

# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
venv/
.env
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# OS / editors
.DS_Store
Thumbs.db
*.swp
*.swo
.idea/
.vscode/

# Build / dist (reserved for future installer artifacts)
dist/
build/
*.egg-info/
