forked from Rockachopa/Timmy-time-dashboard
This commit is contained in:
20
.gitignore
vendored
20
.gitignore
vendored
@@ -21,6 +21,9 @@ discord_credentials.txt
|
|||||||
|
|
||||||
# Backup / temp files
|
# Backup / temp files
|
||||||
*~
|
*~
|
||||||
|
\#*\#
|
||||||
|
*.backup
|
||||||
|
*.tar.gz
|
||||||
|
|
||||||
# SQLite — never commit databases or WAL/SHM artifacts
|
# SQLite — never commit databases or WAL/SHM artifacts
|
||||||
*.db
|
*.db
|
||||||
@@ -73,6 +76,23 @@ scripts/migrate_to_zeroclaw.py
|
|||||||
src/infrastructure/db_pool.py
|
src/infrastructure/db_pool.py
|
||||||
workspace/
|
workspace/
|
||||||
|
|
||||||
|
# Loop orchestration state
|
||||||
|
.loop/
|
||||||
|
|
||||||
|
# Legacy junk from old Timmy sessions (one-word fragments, cruft)
|
||||||
|
Hi
|
||||||
|
Im Timmy*
|
||||||
|
his
|
||||||
|
keep
|
||||||
|
clean
|
||||||
|
directory
|
||||||
|
my_name_is_timmy*
|
||||||
|
timmy_read_me_*
|
||||||
|
issue_12_proposal.md
|
||||||
|
|
||||||
|
# Memory notes (session-scoped, not committed)
|
||||||
|
memory/notes/
|
||||||
|
|
||||||
# Gitea Actions runner state
|
# Gitea Actions runner state
|
||||||
.runner
|
.runner
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user