/ .gitignore
.gitignore
 1  # Compiled Emacs Lisp
 2  *.elc
 3  
 4  # Python cache
 5  __pycache__/
 6  *.pyc
 7  
 8  # Generated demo files
 9  scripts/ellipses.jsonl
10  scripts/tmp/
11  
12  # Rust build artifacts
13  target/
14  
15  # Backup files
16  *.bak
17  *~
18  \#*\#