Files
chat/.gitignore
T
2026-04-26 11:23:38 -04:00

11 lines
141 B
Plaintext

.DS_Store
# v1 runtime data (DB, backups, snapshots, exports, config with secrets)
data/
# Python
.venv/
__pycache__/
*.pyc
.pytest_cache/