Files
duffyduck 2471fcfc65 Add README, MIT license and .gitignore
README documents the reverse-tunnel use case, features, security model and
usage steps. .gitignore excludes OS/editor cruft and prevents accidental
commit of generated WireGuard configs (which contain private keys).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-10 02:03:19 +02:00

25 lines
276 B
Plaintext

# OS
.DS_Store
Thumbs.db
desktop.ini
# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
*~
.claude/
# Temp files
*.tmp
*.bak
*.log
# Generated WireGuard configs (sollten nicht ins Repo)
*.conf
!example.conf
# Saved tokens (verschlüsselt, aber trotzdem nichts fürs Repo)
*.token