This commit is contained in:
oussi
2026-04-27 14:15:30 +02:00
parent c7892748dc
commit 607ff0629c
2 changed files with 90 additions and 13 deletions

43
.gitignore vendored
View File

@@ -1,18 +1,35 @@
# Build Rust
/target/
# Données runtime
data/config.json
data/alerts.json
# Logs
*.log
# macOS
.DS_Store
# Variables d'environnement
.env
# Dossiers non pertinents
imput/
logTest/
log/
docs/
dist/
build/
# IDE / outils locaux
.claude/
.vscode/
.idea/
# Python (héritage)
__pycache__/
*.pyc
.venv/
venv/
data/config.json
data/alerts.json
*.log
.env
imput/
logTest/
log/
CLAUDE.md
docs/
.claude/
*.spec
build/
dist/
docs/