# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
MANIFEST
.eggs/

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

# Testing and coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Type checkers
.mypy_cache/
.pytype/
.ruff_cache/

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

# vibe-guard runtime outputs
vibe-guard-results.sarif
vibe-guard-summary.json
dogfood-results.json
.vibeguard-history.db
