Files
2025-10-16 21:22:51 -07:00

40 lines
276 B
Plaintext

# Git
.git
.gitignore
# IDE
.idea
.vscode
*.swp
*.swo
# Build artifacts
bin/
*.o
*.a
*.so
# Test files
*_test.go
testdata/
# Documentation
*.md
docs/
# CI/CD
.github/
.gitlab-ci.yml
# Kubernetes
k8s/
*.yaml
!config.yaml
# Development
.env
.env.local
# macOS
.DS_Store