Research-Stack/5-Applications/nodupe/pipeline/.gitignore
2026-05-05 21:15:26 -05:00

36 lines
1.1 KiB
Text

# ─── Quality Pipeline ────────────────────────────────────────────────────────
# Generated by audit.py — never commit these
reports/
# ─── Python ──────────────────────────────────────────────────────────────────
.venv/
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
dist/
build/
.coverage
.coverage.*
coverage.xml
*.egg
# ─── Secrets — never commit these ────────────────────────────────────────────
.env
.env.*
*.key
*.pem
*.p12
*.pfx
kubeconfig
*_rsa
*_dsa
*_ecdsa
*_ed25519
# ─── Tool caches ─────────────────────────────────────────────────────────────
.mypy_cache/
.pytest_cache/
.ruff_cache/
.semgrep/