# Environments
.venv/
__pycache__/
*.pyc

# Secrets — keep .env.example, never commit real .env
.env

# Session data (runtime state, not source)
cortex/data/
home/**/session_data/
home/**/sessions/

# User credentials and tokens — never commit
home/**/auth.json
home/**/invite.json
home/**/profile.json

# Syncthing Metadata
.stfolder/

# Temporary Files
tmp/
*.tmp
*.log

# System Files
.DS_Store
