67 lines
744 B
Plaintext
Executable File
67 lines
744 B
Plaintext
Executable File
# Binaries and executables
|
|
gwencoder
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
build/
|
|
.archive/
|
|
|
|
# Go build artifacts
|
|
*.test
|
|
*.out
|
|
go.work
|
|
|
|
# Runtime logs and stats
|
|
logs/
|
|
*.log
|
|
*.txt
|
|
gwencoder_*.json
|
|
gwencoder_*.txt
|
|
|
|
# Test artifacts
|
|
tests/logs/
|
|
tests/outputs/
|
|
tests/artifacts/*.webm
|
|
tests/artifacts/*.mp4
|
|
tests/artifacts/*.mkv
|
|
tests/artifacts/*.avi
|
|
tests/artifacts/*.mov
|
|
tests/artifacts/*.wmv
|
|
|
|
# Large media files (except sample files explicitly tracked)
|
|
*.webm
|
|
*.mp4
|
|
*.mkv
|
|
*.avi
|
|
*.mov
|
|
*.wmv
|
|
*.mpg
|
|
*.ts
|
|
!tests/artifacts/.gitkeep
|
|
|
|
# Encoded output files
|
|
*-GWELL.*
|
|
*-AV1-*
|
|
*-H264-*
|
|
*-NVHEVC-*
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# Coverage and profiling
|
|
*.cover
|
|
*.prof
|
|
coverage.txt
|
|
coverage.html
|