# Generated by Cargo
# will have compiled files and executables
/target/
debug/
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

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

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

# OS files
.DS_Store
Thumbs.db

# Test artifacts
tarpaulin-report.html
cobertura.xml

# Temporary files
*.tmp
temp/
file.txt