# Pluto AgentGuard - Ignore patterns

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

# Virtual environments
.venv/
venv/
ENV/

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

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

# OS
.DS_Store
Thumbs.db

# Generated reports
aguard-report.html
*.sarif

# Local drafts
docs/blog-*.md
docs/launch-posts.md
