# Environments
.venv/
__pycache__/
*.pyc

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

# Session data (runtime state, not source)
cortex/data/

# Syncthing Metadata
.stfolder/

# Temporary Files
tmp/
*.tmp
*.log

# System Files
.DS_Store
