mirror of
https://github.com/necronicle/z2k.git
synced 2026-04-28 03:20:25 +00:00
- Merged all forge branch features into master - Switched all GITHUB_RAW URLs from forge to master - README: updated Telegram section (tunnel architecture), project structure (cf-worker, tunnel.go), test count (109) - README: removed sensitive terminology per project guidelines - .gitignore: exclude cf-worker/.wrangler/ Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
27 lines
455 B
Text
27 lines
455 B
Text
# Local-only docs / agent config
|
|
manual.en.md
|
|
AGENTS.md
|
|
|
|
# Local tools and agent state
|
|
tools/
|
|
/.claude/
|
|
|
|
# Local blockcheck logs
|
|
discord_blockcheck2_tls13_20260123_130435.txt
|
|
discord_blockcheck2_tls13_20260123_130949.txt
|
|
discord_blockcheck2_tls13_20260123_131631.txt
|
|
|
|
# Local temp / Codex artifacts
|
|
/%TEMP%/
|
|
/%TEMP%*.txt
|
|
/__codex_quarantine/
|
|
/nul
|
|
mtproxy-client/mtproxy-client
|
|
|
|
# Temporary and editor files
|
|
*.tmp
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
*.bak
|
|
cf-worker/.wrangler/
|