# Git
.git
.gitignore

# Rust build artifacts
target/
Cargo.lock

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

# Documentation
*.md
!README.md

# Tests
tests/

# Temporary files
*.tmp
tmp/
