# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/
.coverage

# Secrets
.env

# Virtual environment
path/
venv/
.venv/

# Reports
*.html
!src/pipelineguard/templates/*.html.j2

# OS
.DS_Store
