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

# Virtual environment
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Environment/Secrets
.env
.env.*
*.pem
*.key
credentials.json

# Project
.master_fetch_cache/
.hound_cache/
*.log

# Test artifacts
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Personal / local-only planning + temp helper scripts (never ship these)
V7-SEARCH-PLAN.md
/.fix_*.py
/.v7*.py
/.serl*.py
/.engine_surgery.py
/.drop_*.py
/.soften_*.py
/.release_notes*.md
hound-mcp-bug-report.md
