Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 7 additions & 24 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,13 @@ config.py
# PyCharm
.idea/

# Aria data (private user data — never commit)
data/memory.db
data/memory.db-shm
data/memory.db-wal
data/calendar.db
data/usage_log.json
data/voice_samples/
data/voice_profile.json
data/web_cache.json
data/*token*.txt
data/*token*.json
data/captures/

# Proactive analyst notification queue — runtime state
data/notifications.jsonl

# Meeting transcripts — private, may contain work discussion
data/meetings/

# Personal study explanations — may contain snippets of work code, never commit
data/explanations/

# Validation/session review reports — regenerated locally
data/session_reviews/
# ── Runtime data — never commit ───────────────────────────────────────────────
# Everything Aria writes at runtime lives under data/ and must not be tracked:
# memory.db, calendar.db, personality.json, captures/, meetings/, explanations/,
# notifications.jsonl, session_reviews/, vts_token.json, web_cache.json, etc.
# The single blanket rule below covers all current and future runtime files.
data/*
!data/.gitkeep

# Large model files (re-download, don't commit)
assets/models/*.onnx
Expand Down
File renamed without changes.
185 changes: 0 additions & 185 deletions data/personality.json

This file was deleted.