Documentation personnelle complète
- CLAUDE.md : Instructions compactes et enrichies
- personnalités/ : Profils Alexis, Tingting, Ben, Xiaoxiao + TingtingWork.md
- couple_backlog/ : Historique conflits (16-22 octobre 2025)
- conversation_topics/ : Système suivi sujets actifs
- Projects/ : Analyses techniques et projets
- ToRemember/ : Leadership socratique, suivi conversations
- Promesses_à_tenir.md, observations_patterns.md
PowerPoint skill
- .claude/skills/pptx/ : Skill officiel Anthropic (html2pptx)
- Identité visuelle Tingting : Bordeaux + Or antique + Crème
- Exemple : personnalités/Tingting_Class73_Elegant.pptx
Organisation
- planning/, stratégie/, topics/, plan_discussion/
- .gitignore : node_modules, *.pptx (sauf personnalités/), HTML/JS temp
🎯 Repo propre : 129 fichiers essentiels, 0 dependencies
59 lines
682 B
Plaintext
59 lines
682 B
Plaintext
# Node modules
|
|
node_modules/
|
|
.claude/skills/*/scripts/node_modules/
|
|
|
|
# NPM
|
|
package-lock.json
|
|
npm-debug.log
|
|
yarn.lock
|
|
yarn-error.log
|
|
|
|
# PowerPoint files (temp/demo)
|
|
*.pptx
|
|
!personnalités/*.pptx
|
|
|
|
# HTML slides temporaires
|
|
tingting_presentation_slide*.html
|
|
tingting_final_slide*.html
|
|
tingting_elegant_slide*.html
|
|
demo_*.html
|
|
cuisine_*.html
|
|
|
|
# Scripts de conversion temporaires
|
|
convert_*.js
|
|
create_tingting_*.js
|
|
create_editable_*.js
|
|
create_with_*.js
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.so
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Editor/IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temp files
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|