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

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

# OS files
.DS_Store
Thumbs.db

# Git
.git/
.gitignore

# Documentation (not needed in container)
*.md
!README.md

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

# Test files
tests/

# Logs
*.log

# Local configs (use examples instead)
config.json

# Cargo lock should be included for reproducible builds
# Cargo.lock
