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

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# Cargo.lock

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

# Backup files created by mermaid filesystem operations
*.backup
*.backup.*

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

# Environment files
.env
.env.local
.codex

# Configuration files (contain user-specific settings)
config.toml

# CLAUDE.md (contains AI assistant instructions)
CLAUDE.md

# Mermaid local runtime data — all of it is per-user/session state (cache,
# conversations, compactions, logs). Nothing under `.mermaid/` is committed, so
# ignore the whole directory rather than chasing each new subdir.
.mermaid/

# IDE directories
.vs/
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Python bytecode (the qa harness in scripts/ is Python)
__pycache__/
*.pyc

# Test artifacts
tarpaulin-report.html
cobertura.xml

# Temporary files
*.tmp
temp/
