# Environments
.venv/
__pycache__/
*.pyc

# Secrets — keep .env.default, never commit real .env
.env
cortex/.env*.bak

# Pip install artifacts
cortex/=*

# Runtime data
cortex/data/

# User home directory — all persona data, memory, tasks, and credentials
# are personal and must never be committed. Back up via encrypted means.
home/

# Syncthing metadata
.stfolder/

# Temporary files
tmp/
*.tmp
*.log

# System files
.DS_Store
