# Secrets
.env
*.key

# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
*.egg-info/
build/
dist/
.tox/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Runtime state (per-user, never commit)
.cache_audio/
.cache_pdf/
.cache_history.jsonl
.cache_history.jsonl.tmp
.wiki_journal.jsonl
.memory_archive_*.md

# Logs
*.log
botpy.log.*
sys_err.log
sys_out.log

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp
