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

# Credentials — never commit these
credentials.json
token.json
service-account*.json
*-credentials.json
.env
.env.local

# GSC output files
/tmp/

# macOS
.DS_Store

# Editor
.vscode/
.idea/
*.swp

# Test artifacts
.pytest_cache/

# Security reports and local tool state (never commit)
.gstack/

# Skill eval workspaces — local scratch data, not for repo
*-workspace/

# Git worktrees and Claude worktrees
.git/worktrees/
.claude/worktrees/

# Logs
log/
