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

# Virtual environment
.venv/

# Infrastructure configs (contains secrets — never commit)
infrastructure/

# Testing
.pytest_cache/

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

# Runtime data
.virtualcontext/
.virtualcontext-*/

# Local scripts / experiments
scripts/*
!scripts/install.ps1
!scripts/install.sh

# Environment files (API keys)
.env

# Config files (may contain API keys)
virtual-context-*.yaml
!virtual-context.yaml.example

# Internal docs
CHANGELOG.md
CLAUDE.md
docs/superpowers/
docs/competitive-analysis.md
diagnostics/
specs/
tests_timing_report.md
tests_by_section.sh
uv.lock
extraneous/paper/virtual_context_paper_latest.md
extraneous/paper/data/
extraneous/paper/*.zip
extraneous/paper/*.png

# Worktrees
.worktrees/

# Scratch / temporary files
*.bak
*.json
!pyproject.toml
!package.json
*.autopsy.md

# OS
.DS_Store
.agent-prompt.md

# Riptide artifacts (cloud-synced)
.humanlayer/tasks/
