Files
queue/.gitignore
Кобелев Андрей Андреевич e3c9643d05 Initial release of queue package
2025-10-10 22:50:00 +05:00

46 lines
451 B
Plaintext

# macOS system files
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*
# Go build artifacts
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
# Go workspace cache and temporary files
bin/
build/
dist/
*.log
*.tmp
# Go module and sum caches
vendor/
go.work
go.work.sum
# IDE/editor stuff
.vscode/
.idea/
*.swp
*.swo
# Gitea/Git internal junk
*.orig
*.bak
# Coverage and benchmark outputs
coverage.out
bench.txt
# System hidden files
ehthumbs.db
Thumbs.db