V1.0.2
This commit is contained in:
43
.gitignore
vendored
43
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user