Add gitignore — exclude env, db, logs

This commit is contained in:
2026-04-25 02:08:40 +00:00
parent 22ef40bbaa
commit cab3218ce1
+21
View File
@@ -0,0 +1,21 @@
# 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