Files
yt-dlp-bot/.gitignore
2026-01-21 15:40:40 -05:00

30 lines
388 B
Plaintext

__pycache__/
.direnv/
.vscode/
.env
.venv/
out/
app_legacy/
# Test binary, built with `go test -c`
*.test
# Code coverage profiles and other test artifacts
*.out
coverage.*
*.coverprofile
profile.cov
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
go.work.sum
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib