# Git
.git
.gitignore
.gitattributes

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

# Kubernetes
k8s/
helm/

# Documentation
*.md
docs/

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

# OS
.DS_Store
Thumbs.db

# Build artifacts
target/
dist/
build/

# Dependencies (will be downloaded fresh)
.cargo/
Cargo.lock.bak

# Testing
.coverage
coverage/

# Secrets
.env
.env.local
.env.*.local

# Archives
*.tar
*.tar.gz
*.zip

# Node (if any)
node_modules/
*.log
