__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.pytest_cache/
.mypy_cache/
*.db
*.db-journal

# Temporary audit/test helpers (not part of the package)
_smoke_test.py
_check_wheel.py

# Coverage reports
.coverage
htmlcov/

# Local release validation artifacts
dist-check/
agentlint-badge.svg
agentlint-report.html
agentlint.sarif

# IDE and OS artifacts
.vscode/
.idea/
.DS_Store

# Private operating documents — never publish
AGENT_STATE.md
archive/
reports/

# Personal dev tooling — agents and hooks are maintainer-only, path-specific
.github/agents/
.github/hooks/
