# 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*/

# rustc will dump stack traces when hitting an internal compiler error to PWD
rustc-ice-*.txt

# RustRover
#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can
#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
#  and can be added to the global gitignore or merged into this file.  For a more nuclear
#  option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

# --- macOS (OS X) ---
# General OS X files
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.Spotlight-V100
.Trashes
VolumeIcon.icns
.com.apple.timemachine.donotpresent
.fseventsd

# Python tooling caches
__pycache__/
*.pyc

# Node package installs
node_modules/

# Syn
.syntext/
.synrepo/

# AI related
.agents/*
!.agents/plugins/
.agents/plugins/*
!.agents/plugins/marketplace.json
.claude/*
# Track only the committed project skill (symlink into plugins/); keep local settings ignored.
!.claude/skills/
.claude/skills/*
!.claude/skills/secrets-scanner
.codex/*
!.codex/skills/
.codex/skills/*
!.codex/skills/secrets-scanner
!.codex/SOUL.md

.openclaw/*
!.openclaw/skills/
.openclaw/skills/*
!.openclaw/skills/secrets-scanner
!.openclaw/SOUL.md

.hermes/*
!.hermes/skills/
.hermes/skills/*
!.hermes/skills/secrets-scanner
!.hermes/SOUL.md

# Logs
test_*
*.log

# Repomix
repomix-output.xml
