Initial commit (clean, ignores in place)

This commit is contained in:
2025-08-12 01:13:41 +01:00
commit c74790b014
26 changed files with 2331 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Personal Google Timeline data
Timeline.json
# Output: keep folder, ignore contents
output/**
!output/.gitkeep
# Envs
.env
.venv/
*.env
# OS cruft
.DS_Store
Thumbs.db