# 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
!.mermaid/config.toml.example

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

# Mermaid cache and data
.mermaid/cache/
.mermaid/data/
.mermaid/logs/
.mermaid/conversations/

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

# Note: do NOT add a bare `.mermaid` entry here — it would shadow the
# `!.mermaid/config.toml.example` negation above and silently hide the
# committed example. Specific subdirs (`.mermaid/cache/`, `.mermaid/data/`,
# `.mermaid/logs/`) are already excluded by the patterns near the top.
