# Generated by Cargo
# will have compiled files and executables
debug
target

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/

# Misc
**/.DS_Store

# CLI generated
logs
run

# Temporary directory
temp

# Keys
.keys/
skills/bitrouter-e2e-test/

# Local working docs (design specs, plans, submissions) — not tracked
/docs/superpowers/
/.superpowers/

# Per-repo BitRouter state (session records, worktrees, runtime files)
.bitrouter/
.worktrees/

# Generated README charts (published to the orphan `charts` branch by CI)
/dist/charts/
