# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
venv/
.venv/

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

# WSL artifacts
*:Zone.Identifier

# Project state (user-specific, created by setup/import)
.crowdstrike/deployed_state.json
.crowdstrike/backups/
data/
discovery_results.json

# Credentials (NEVER commit)
credentials.json

# Superpowers plans and specs (local working docs)
docs/superpowers/plans/
docs/superpowers/specs/

# OS
.DS_Store
Thumbs.db

# docs/superpowers (specs, plans — working documents, not committed)
docs/superpowers/
# Handoff docs (ephemeral working artifacts between skills)
docs/handoffs/
!docs/handoffs/.gitkeep

# hatch-vcs generated version file
src/talonctl/_version.py

# Git worktrees (isolated workspaces, not checked in)
.worktrees/
