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

# Tooling
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.mypy_cache/

# CIGate run artifacts (results are ephemeral; baseline.json is committed)
.cigate/cache/
.cigate/runs/
results.json
report.md
summary.json

# OS / editor
.DS_Store
.idea/
.vscode/
*.swp

# Secrets
.env
