chore: ignore runtime artifacts and add config example

- Ignore capture/ and timi.conf (local state)
- Add timi.conf.example as a reference for new setups
This commit is contained in:
fedora-bot
2026-04-25 14:21:18 +03:00
parent d342b6ecbd
commit 74f55c9b03
2 changed files with 16 additions and 0 deletions

4
.gitignore vendored
View File

@@ -25,6 +25,10 @@ scicam_capture_base64.txt
# Local device config
scicam/.env
timi.conf
# Downloaded captures
capture/
# Tokens
tok

12
timi.conf.example Normal file
View File

@@ -0,0 +1,12 @@
poll_interval_secs = 10
capture_dir = "/home/user/timi/capture"
[[devices]]
name = "Pixel 7 Lab-Cam"
ip = "192.168.1.101"
auto_sync = true
[[devices]]
name = "Pixel 6 Archive"
ip = "192.168.1.102"
auto_sync = true