Knowledge base of ~80+ markdown files across 14 domains (00-13), Logseq graph, hardware design files (KiCAD), infrastructure configs, and talas-wiki static site. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
42 lines
766 B
Text
42 lines
766 B
Text
# Ignore generated files and printables
|
|
FICHIERS_A_IMPRIMER/
|
|
generate_printables.py
|
|
|
|
# Ignore screenshots and specific image files (unless they are part of the project assets)
|
|
Screenshot*.png
|
|
disks_inventory.jpg
|
|
Gemini_Generated_Image_*.png
|
|
|
|
# Ignore temporary and IDE files
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*~
|
|
_BROUILLON/
|
|
|
|
# Logseq temp files (assuming you want to keep data, not temp)
|
|
logseq/.recycle/
|
|
|
|
# Ignore python cache
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Ignore node_modules if you have any Node.js sub-projects later
|
|
node_modules/
|
|
|
|
# OS generated files
|
|
Thumbs.db
|
|
|
|
# Any random HTML files generated
|
|
preview_sumi_v3.html
|
|
one.html
|
|
|
|
# Ignore Claude config if needed
|
|
.claude/
|
|
|
|
# Archives (snapshots volumineux)
|
|
13_ARCHIVES/
|
|
|
|
# Binaire compilé talas-wiki
|
|
talas-wiki/talas-wiki
|