Files
Andrew Grimberg 088c983d0f CI(pre-commit): Add aislop staged-mode gate
Add a local aislop pre-commit hook running "aislop ci
--staged" so newly staged code is gated against ai-slop
rules at commit time. Mirrors the full-enforcement aislop
hook used in pylocal-akuvox, but scoped to staged files so
it does not block commits over pre-existing slop in
untouched files.

Co-authored-by: Claude <claude@anthropic.com>
Signed-off-by: Andrew Grimberg <tykeal@bardicgrove.org>
2026-06-18 14:50:47 -07:00

19 lines
262 B
Plaintext

# SPDX-FileCopyrightText: 2021 Andrew Grimberg <tykeal@bardicgrove.org>
#
# SPDX-License-Identifier: Apache-2.0
__pycache__
pythonenv*
.python-version
.coverage
venv
.venv
htmlcov/
.pytest_cache/
*.pyc
*.pyo
.aislop/history.jsonl
.aislop/install_id
.tox/
*.log