# Git
.git/
.gitignore

# Rust build artifacts
target/
Cargo.lock

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

# OS
.DS_Store
Thumbs.db

# Documentation
*.md
LICENSE

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

# Testing
tests/
benches/

# Development files
*.log
*.tmp