event-tracker/.gitignore
AI_Assistant cd9f9456e9
Initial commit: EventTracker desktop app + Android companion
Desktop: GTK3 + matplotlib app tracking arbitrary events (button ->
timestamp -> CSV), with per-event stats, trend charts, settings
(rename/add events, relocate data file), and a reset-with-backup flow.
Portable desktop launcher via a .desktop.in template + install script,
no machine-specific paths baked in.

Android: minimal Kivy v1 companion reading/writing the same CSV format,
plus buildozer build tooling isolated in a venv and a local p4a recipe
override for kivy (see CLAUDE.md for why).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-22 07:52:54 +00:00

9 lines
242 B
Text

# Android build tooling — regenerated by setup-build-env.sh / buildozer,
# never something to commit (venv + multi-GB SDK/NDK cache + build output)
android/build/
android/.buildozer/
android/bin/
# Python bytecode cache
__pycache__/
*.pyc