# Environment variables (secrets)
.env

# SQLite WAL/SHM temp files
data/*.db-wal
data/*.db-shm

# Bring! auth token cache
data/bring_token.json
data/bring_catalog.json

# DupliClick token cache
data/dupliclick_token.json

# Client debug log (runtime only)
data/client_debug.log

# SSL CA cert (local only)
ca.crt

# OS files
.DS_Store
Thumbs.db

# Editor
*.swp
*.swo
*~
