- Renamed download flags in ContentDownloader for clarity. - Enhanced FileManager with methods to build upload paths and verify existing files for rclone uploads. - Updated StreamProcessor to return success status for stream processing. - Added rclone smoke test and healthcheck functions to validate configuration and tool availability. - Improved environment variable handling with a utility function. - Updated TwitchArchive to incorporate new rclone verification and processing logic. - Added unit tests for new functionality and refactored existing tests for clarity and coverage. Co-authored-by: Copilot <copilot@github.com>
71 lines
No EOL
1.4 KiB
Text
71 lines
No EOL
1.4 KiB
Text
# User configuration files (contains personal settings)
|
|
config.json
|
|
config/global.json
|
|
|
|
# Streamer-specific configurations (personal settings)
|
|
config/streamers/*.json
|
|
config/rclone.conf
|
|
config/rclone.conf.*
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Environments
|
|
.env
|
|
archive
|
|
# Tests
|
|
test.py
|
|
a.py
|
|
subprocess_time.py
|
|
env2/**
|
|
venv3/**
|
|
.gitignore
|
|
bin/**
|
|
\n+# Ignore any virtual environment directories starting with 'venv' (venv, venv3, venv314, etc.)
|
|
venv*/
|
|
.vs/ProjectEvaluation/twitch-archive-2.metadata.v10.bin
|
|
.vs/ProjectEvaluation/twitch-archive-2.projects.v10.bin
|
|
.vs/ProjectEvaluation/twitch-archive-2.strings.v10.bin
|
|
.vs/Twitch-Archive-2/CopilotIndices/18.3.508.13148/CodeChunks.db
|
|
.vs/Twitch-Archive-2/CopilotIndices/18.3.508.13148/SemanticSymbols.db
|
|
.vs/Twitch-Archive-2/DesignTimeBuild/.dtbcache.v2
|
|
.vs/Twitch-Archive-2/FileContentIndex/843065c8-d80f-4907-b0ae-6d010b3a5699.vsidx
|
|
.vs/Twitch-Archive-2/FileContentIndex/ef7e1a3c-80cd-4867-a9a8-2e5099471227.vsidx
|
|
.vs/Twitch-Archive-2/v18/.futdcache.v2
|
|
.vs/Twitch-Archive-2/v18/.suo
|
|
.vs/Twitch-Archive-2/v18/DocumentLayout.backup.json
|
|
.vs/Twitch-Archive-2/v18/DocumentLayout.json
|
|
.vscode/settings.json
|
|
|
|
# C# / Visual Studio
|
|
# Build Folders
|
|
bin/
|
|
obj/
|
|
|
|
# Visual Studio files
|
|
*.user
|
|
*.suo
|
|
*.userprefs
|
|
*.csproj.user
|
|
*.pidb
|
|
*.pdb
|
|
*.cache
|
|
*.ilk
|
|
*.log
|
|
*.vspscc
|
|
*.vssscc
|
|
|
|
# Test results and packages
|
|
TestResults/
|
|
packages/
|
|
*.nupkg
|
|
|
|
# Database and backup
|
|
*.dbmdl
|
|
*.bak
|
|
*.backup
|
|
*.orig
|
|
|
|
dotnet/.vs/**
|
|
.vs/** |