# Rust build artifacts
target/
**/*.rs.bk
*.pdb

# Cargo.lock should be committed for applications, but not for libraries
# Uncomment the following line if this is a library
# Cargo.lock

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Temporary files
*.tmp
*.temp

# Log files
*.log

# Generated documentation
/doc/

# Environment files
.env
.env.local
.env.*.local

# Generated visualization files (project-specific)
*.dot
*.png
*.svg

# Backup files
*.bak
*.backup

# Coverage reports
tarpaulin-report.html
lcov.info
coverage/

