chore(git): track logs dir; ignore runtime state files
Add logs/.gitkeep to track directory structure. Extend .gitignore with logs/fires, logs/pause.flag, logs/detections/, and configs/current.txt. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -46,14 +46,18 @@ ENV/
|
|||||||
# ATM runtime artefacts
|
# ATM runtime artefacts
|
||||||
logs/*.jsonl
|
logs/*.jsonl
|
||||||
logs/dead_letter.jsonl
|
logs/dead_letter.jsonl
|
||||||
|
logs/detections/
|
||||||
|
logs/fires
|
||||||
|
logs/pause.flag
|
||||||
samples/*.png
|
samples/*.png
|
||||||
samples/*.jpg
|
samples/*.jpg
|
||||||
samples/labels.json
|
samples/labels.json
|
||||||
trades.jsonl
|
trades.jsonl
|
||||||
|
|
||||||
# configs: keep template + current marker, not generated calibration
|
# configs: keep template only; ignore generated calibration and runtime state
|
||||||
configs/*.toml
|
configs/*.toml
|
||||||
!configs/example.toml
|
!configs/example.toml
|
||||||
|
configs/current.txt
|
||||||
|
|
||||||
# Claude scheduler state
|
# Claude scheduler state
|
||||||
.claude/
|
.claude/
|
||||||
|
|||||||
0
logs/.gitkeep
Normal file
0
logs/.gitkeep
Normal file
Reference in New Issue
Block a user