# Rust build artifacts
target/
**/target/

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

# Git
.git/
.gitignore

# Documentation
*.md
LICENSE
docs/

# CI/CD
.github/
.gitlab-ci.yml

# Local development
.env
.env.local

# macOS
.DS_Store

# Temporary files
*.tmp
*.log
