# Claude and TODO
CLAUDE.md
TODO.md

#Binary and Image
*.exe
*.png
*.jpg
*.gif
*.bmp
*.pdf
*.ps
*.jpeg
*.eps

#Network File System
.nfs*

##Github EMACS Ignore
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
.elc
auto-save-list
tramp
.\#*

##Github VIM Ignore
*.s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~

##Github Linux Ignore
.*
!.gitignore
*~

# Files that might appear on external disk
.Spotlight-V100
.Trashes

##Github Archives Ignore
# It's better to unpack these files and commit the raw source because
# git has its own built in compression methods.
*.7z
*.jar
*.rar
*.zip
*.gz
*.bzip
*.bz2
*.xz
*.lzma

#packing-only formats
*.iso
*.tar

#package management formats
*.dmg
*.xpi
*.gem
*.egg
*.deb
*.rpm

##Github Python Ignore
*.py[cod]

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

##Github C++ ignore
# Compiled Object files
*.slo
*.lo
*.o

# Dependency Files
*.d

# Compiled Dynamic libraries
*.so
*.dylib

# Compiled Static libraries
*.lai
*.la
*.a

##Github LaTeX Ignore
*.acn
*.acr
*.alg
*.aux
*.bbl
*.blg
*.dvi
*.fdb_latexmk
*.glg
*.glo
*.gls
*.idx
*.ilg
*.ind
*.ist
*.lof
*.log
*.lot
*.maf
*.mtc
*.mtc0
*.nav
*.nlo
*.out
*.pdfsync
*.ps
*.snm
*.synctex.gz
*.toc
*.vrb
*.xdy
*.tdo

## Ignore directories
raw/
