# Rust build artifacts
target/
Cargo.lock

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

# OS files
.DS_Store
Thumbs.db

# Git
.git/
.gitignore

# Documentation
*.md
docs/

# CI/CD
.github/

# Test files
tests/
contacts.json

# Docker
Dockerfile
.dockerignore
