# Secrets / local config
.env
.env.*
.pwnguard.env
!.env.example
!.pwnguard.env.example
pwnguard.local.yaml
.pwnguard.local.yaml
*.pem
*.key
credentials*
.netrc

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
build/
dist/

# Editors / OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# Tool output
audit-report.*
*.log

# Monitor mode cache (per-cwd state file, never to be committed)
.pwnguard-monitor.json

# TUI export files (timestamped findings dumps from --review / --monitor)
pwnguard-findings-*.md
pwnguard-monitor-findings-*.md
