Remove workout_log.json and FFmpeg from git tracking

- Add workout_log.json to root .gitignore
- Remove both files from git index (keep local files)
- FFmpeg was already in .gitignore but still tracked
This commit is contained in:
Krzysztof kuhy Rudnicki 2025-12-04 20:35:00 +01:00
parent c78ceef16f
commit 7f7f5dacbc
3 changed files with 3 additions and 33 deletions

3
.gitignore vendored
View File

@ -249,3 +249,6 @@ __marimo__/
fps_demo
server_c
Bash/ffmpeg-build/FFmpeg
# Screen locker workout log
python_pkg/screen_locker/workout_log.json

@ -1 +0,0 @@
Subproject commit 0bc54cddb1050c3c55bc65adbd3c8aa90d7eb457

View File

@ -1,32 +0,0 @@
{
"2025-11-27": {
"timestamp": "2025-11-27T19:45:38.894904",
"workout_data": {
"type": "strength"
}
},
"2025-11-28": {
"timestamp": "2025-11-28T12:46:09.077724",
"workout_data": {
"type": "strength"
}
},
"2025-11-30": {
"timestamp": "2025-11-30T12:12:44.884093",
"workout_data": {
"type": "strength"
}
},
"2025-12-01": {
"timestamp": "2025-12-01T11:08:00.578301+00:00",
"workout_data": {
"type": "strength"
}
},
"2025-12-02": {
"timestamp": "2025-12-02T19:52:07.899613+00:00",
"workout_data": {
"type": "strength"
}
}
}