repo-hygiene-audit-skill/.gitignore
Travis Herbranson 236616514f Add repo-hygiene-audit skill (Phase 7: repeatable hygiene sweep)
Read-only scripted audit across homelab/pbs/docker/root domains:
git auditability + .git ownership/dubious, .env perms (0660/devprojects),
inline compose secrets, non-git dirs, uv-init stubs, compose naming,
master-vs-main default, dirty trees, worktrees, herbygitea residue, doc
presence. Emits text/json/md findings mapped to remediation-plan phases.

SKILL.md + scripts/audit.py (stdlib-only) + references + packed .skill.
First run: 39 repos, 62 findings, ruff-clean.
2026-05-22 23:11:48 -04:00

29 lines
326 B
Plaintext

# Python
__pycache__/
*.py[cod]
.ruff_cache/
.mypy_cache/
.pytest_cache/
# Virtual environments
.venv/
venv/
env/
# Generated audit reports (timestamped runs are not source)
findings-*.md
findings-*.json
findings-*.txt
# Environment / secrets
.env
.env.local
.env.*.local
# Editors / OS
.idea/
.vscode/
*.swp
*~
.DS_Store