diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index db1133d..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(mkdir:*)", - "Bash(chmod:*)", - "Bash(curl:*)", - "WebFetch(domain:github.com)", - "Bash(grep:*)", - "Bash(go run:*)", - "Bash(go build:*)", - "Bash(find:*)", - "WebFetch(domain:raw.githubusercontent.com)" - ], - "deny": [], - "ask": [] - } -} \ No newline at end of file diff --git a/.gitignore b/.gitignore index b750bde..9e1cbbe 100644 --- a/.gitignore +++ b/.gitignore @@ -169,4 +169,43 @@ tramp # Local scripts run.sh debug.sh -test.sh \ No newline at end of file +test.sh + +# Claude Code files +CLAUDE.md +.claude/ +claude-* + +# Additional build artifacts +torrentgateway +server.log + +# Transcoding work directories +transcoded/ +/transcoded +data/transcoded/ + +# Additional temporary files +diagnostics/ +diagnostics*.tar.gz +system_info.txt +health_status.txt + +# Additional database files +metadata.db* +*.db-journal +*.db-wal +*.db-shm + +# FFmpeg temporary files +*.ffmpeg.tmp +ffmpeg2pass-* + +# Docker compose overrides +docker-compose.override.yml +docker-compose.local.yml + +# SSL/TLS certificates and keys +ssl/ +certs/ +*.csr \ No newline at end of file diff --git a/torrentgateway b/torrentgateway deleted file mode 100755 index cb81cf9..0000000 Binary files a/torrentgateway and /dev/null differ