# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Runtime data
skillprobe.db
captured/
*.md.bak

# PoC files (kept for reference but not part of package)
proof_of_concept.py
test_intercept.py
main.py

# Plans and docs not part of the project
docs/superpowers/

# Harness workspace temp directories
.skillprobe-workspaces/
.skillprobe-harness-*.db

# Environment and secrets
.env
.env.*

# OS artifacts
.DS_Store
