22 lines
176 B
Plaintext
22 lines
176 B
Plaintext
# Environment and secrets
|
|
.env
|
|
*.env
|
|
|
|
# Database files
|
|
db/
|
|
conversations.db
|
|
watcher_state.json
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
venv/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|