# Personal coaching data (never commit your sessions or memory)
# The template files in .coach/ ARE tracked so new users get the structure.
# But your actual coaching data should stay local.
.coach/sessions/*.md
!.coach/sessions/.gitkeep

# Credentials
scripts/.env
.env

# macOS
.DS_Store

# IDE
.idea/
.vscode/
