# Build artifacts
target/
Cargo.lock

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

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

# Git
.git/
.gitignore

# Documentation
README.md
docs/

# Docker files
Dockerfile
.dockerignore
docker-compose.yml

# Logs
*.log

# Runtime config (will be mounted as volume)
.config/

# Backup files
*.bak
*.backup

# Temporary files
*.tmp
*.temp