Create detailed Markdown documentation for IDS installation, including quick start, step-by-step, and configuration details. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 7a657272-55ba-4a79-9a2e-f1ed9bc7a528 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: e8ff5164-9660-4159-93ac-0d6cae981bb0 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/449cf7c4-c97a-45ae-8234-e5c5b8d6a84f/7a657272-55ba-4a79-9a2e-f1ed9bc7a528/c9ITWqD
52 lines
512 B
Plaintext
52 lines
512 B
Plaintext
node_modules
|
|
dist
|
|
.DS_Store
|
|
server/public
|
|
vite.config.ts.*
|
|
*.tar.gz
|
|
|
|
# Environment variables e secrets (NON committare!)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
git.env
|
|
!git.env.example
|
|
|
|
# Backup e log
|
|
database-backups/
|
|
backups/
|
|
*.log
|
|
*.log.*
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
*.pkl
|
|
*.joblib
|
|
python_ml/models/*.pkl
|
|
python_ml/models/*.joblib
|
|
|
|
# Database dumps
|
|
*.sql
|
|
*.sql.gz
|
|
*.dump
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Versioning
|
|
version.json.backup |