70 lines
658 B
Text
70 lines
658 B
Text
# Binary executables
|
|
zsvo
|
|
pkg-manager
|
|
|
|
# Build artifacts
|
|
dist/
|
|
release/
|
|
bin/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*.log
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Cache directories
|
|
.cache/
|
|
vendor/
|
|
node_modules/
|
|
yay/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.development
|
|
.env.production
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
*.orig
|
|
|
|
# Test coverage
|
|
coverage.txt
|
|
*.coverprofile
|
|
coverage.html
|
|
|
|
# Go specific
|
|
*.test
|
|
*.prof
|
|
|
|
# Work directories
|
|
/tmp/pkg-work/
|
|
/tmp/zsvo-cache/
|
|
*.pkg.tar.zst
|
|
work/
|
|
|
|
# Docker
|
|
.dockerignore
|
|
|
|
# Scripts output
|
|
scripts/*.log
|
|
scripts/*.tmp
|
|
|
|
# Allow scripts directory
|
|
!scripts/
|
|
!scripts/*.sh
|