# Python
__pycache__/
*.pyc
/venv/
.venv/
.pytest_cache/
.benchmarks/
build/
dist/
*.egg-info/
cmd_chat.egg-info/
secured_console_chat.egg-info/

# Secrets / keys
*.pem

# Editor / OS
.idea/

# Logs / runtime scratch
*.log
err.log

# Sandbox save/load snapshots (large runtime tarballs, not source)
/hh/hh-snapshots/

# Out-of-tree experiments (not part of hack-house)
/experiments/
/headroom/

# Heavy / superseded demo-build kit (real demos live in video-toolkit)
/docs/demo/

# Benchmark runtime results (commit a curated baseline with `git add -f`)
/bench/results/

# Project scratch
/i-try/
test_rsa.py
commiter.py
true.txt
/downloads/
