Files
Cortex-Inara/.gitignore
2026-06-17 22:02:41 -04:00

39 lines
647 B
Plaintext

# 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
# Aider — history files are personal/ephemeral; .aider.conf.yml is project config and IS tracked
.aider.chat.history.md
.aider.input.history
.aider.llm.history
# System files
.DS_Store
.aider*
# Claude Code working directory
.claude/