Files
GuacPanel/.gitignore
T
njomac 50c125e0db Initial commit — GuacPanel v1.0
All-in-one installer za Apache Guacamole s Nginx reverse proxy,
fail2ban, SSL (Let's Encrypt / Self-signed), GeoIP blokiranjem
i Flask web GUI za upravljanje.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-26 11:21:44 +02:00

20 lines
170 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
venv/
.env
# Claude
.claude/
# Credentials (nikad ne commitaj!)
credentials.txt
config.json
*.key
*.pem
# OS
.DS_Store
Thumbs.db