# python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.env

# tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/

# hypergumbo
.hypergumbo/
hypergumbo_capsule/
hypergumbo.results.json
hypergumbo.results.*.json
slice.json

# Agent configuration
**/*.local.json
**/*.local.md
**/.claude/cache/
**/.gemini/cache/
**/.cursor/state/
**/*-session/
AUTONOMOUS_MODE.txt
.agent/LOOP
.agent/disabled.LOOP

# Coverage
.coverage
.coverage.*
htmlcov/
coverage-report.txt

# Snapshot reports (pytest-textual-snapshot)
snapshot_report.html

# Node (bats testing)
node_modules/
package.json
package-lock.json

# Hypergumbo cache
.hypergumbo_cache/
.ci/pytest-output.log

# Tracker
**/config.yaml
!**/config.yaml.template
.agent/.cache-*.db
