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

# Dependency lock (will be regenerated)
# Cargo.lock  # Uncomment if you want to ignore lock file

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

# Git
.git
.gitignore

# Documentation and tests
/tests
/book
/docs
*.md
README.md
LICENSE
CODE_OF_CONDUCT.md

# CI/CD
.github/

# Environment files (sensitive data)
.env
.env.*

# Logs
*.log

# OS generated files
.DS_Store
Thumbs.db

# Other
tmp/
*.bak
*.orig
