ids.alfacom.it/deployment/.gitignore
marco370 fcd4bbf2b2 Add comprehensive deployment and configuration guides for the IDS system
This commit introduces detailed documentation for deploying the Intrusion Detection System (IDS) on AlmaLinux 9, including setup scripts, MikroTik router configuration, and update procedures via git. It also includes the syslog parser script for processing router logs and saving them to PostgreSQL.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 7a657272-55ba-4a79-9a2e-f1ed9bc7a528
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: b2b01a4a-55da-4f33-9143-6bf0399e0a03
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/449cf7c4-c97a-45ae-8234-e5c5b8d6a84f/7a657272-55ba-4a79-9a2e-f1ed9bc7a528/c9ITWqD
2025-11-15 11:30:55 +00:00

50 lines
542 B
Plaintext

# File da NON committare su git
# Environment variables (contiene password!)
.env
.env.local
.env.*.local
# Backup configurazioni locali
*.backup
# Log files
*.log
# File PID
*.pid
# Backup database
*.sql
*.sql.gz
backups/
# Modelli ML addestrati (troppo grandi, rigenerare sul server)
python_ml/models/*.pkl
python_ml/models/*.joblib
# Cache Python
__pycache__/
*.py[cod]
*$py.class
*.so
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
dist/
.vite/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db