# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# Environment
.env
.env.local

# OS
.DS_Store
Thumbs.db


# Local env backups
.env.*

# Local-only lists
private_repos.txt


# Devguard local artifacts / reports (do not commit)
.devguard-email-history.json
.devguard-email-thread
repo_review_results.json
npm_security_report.json
npm_security_report.md

# Devguard dogfooding outputs (spec-driven sweeps)
.state/

# Local operational archives (personal infra docs)
archive/

# Personal spec files (copy devguard.spec.example.yaml to get started)
devguard.spec.yaml
devguard.spec.fast.yaml
