🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
63 lines
756 B
Plaintext
63 lines
756 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/
|
|
|
|
# Anki TTS temp files
|
|
anki_tingting/.temp_speech.mp3
|
|
anki_tingting/*.mp3
|