# --- .kit v1.2.3 RELEASE GUARD ---
.kit/
scripts/archive_v123/

# --- Simulation & Test Stadiums ---
tests/invariant_cluster/
tests/v123_stadium/
tests/simulation_cluster/
tests/temp_kit_home/
tests/clean_kit/
test_plugin_root/
test_repo_root/
*.log
routing_telemetry.jsonl

# --- Python Trash ---
__pycache__/
*.py[cod]
*$py.class
*.so

# --- Build & Dist ---
dist/
build/
*.egg-info/
*.whl

# --- Cache & Tooling ---
.mypy_cache/
.pytest_cache/
.ruff_cache/
.tmp_*/

# --- Environment & OS ---
.env
.venv
venv/
.DS_Store
Thumbs.db
.idea/
.vscode/
*.db
*.sqlite


# .kit Memory Store
.kit/brain.db-*
.kit/brain.db.bak
.kit/shadow.log*

# Workspace Hygiene (v1.2.4)
scratch/
audit_test.json
archive_backup/.antigravity_cache/
validation_report.json
runtime_call_graph.json
.test_*
.kit_test_session/
*.db-wal
*.db-shm

