Files
kaizen-agentic/.gitignore
tegwick 5cd5d99198
Some checks failed
ci / test (push) Has been cancelled
chore: retire TODO.md in favour of workplans
Drop the repo-level Todofile; active work lives in workplans/ and State
Hub per ADR-001. Schedule prepare now surfaces workplans/ instead of
TODO.md. Gitignore .kaizen/agents/ and .kaizen/metrics/ runtime state.
2026-06-19 21:10:27 +02:00

52 lines
511 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$.py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
# Backup directories created by optimization scripts
agents_backup_*/
# Project-scoped kaizen runtime state (ADR-002, ADR-004)
.kaizen/agents/
.kaizen/metrics/