# Editor temporary/working/backup files # ######################################### .#* [#]*# *~ *$ *.bak *.diff *.org .project *.rej .settings/ .*.sw[nop] .sw[nop] *.tmp # Compiled source # ################### *.a *.com *.class *.dll *.exe *.o *.py[ocd] *.so # Packages # ############ # it's better to unpack these files and commit the raw source # git has its own built in compression methods *.7z *.bz2 *.bzip2 *.dmg *.gz *.iso *.jar *.rar *.tar *.tbz2 *.tgz *.zip # Python files # ################ build # setup.py working directory _build # sphinx build directory dist # setup.py dist directory doc/build doc/cdoc/build *.egg-info # Egg metadata ./.shelf # The shelf plugin uses this dir # Logs and databases # ###################### *.log *.sql *.sqlite # OS generated files # ###################### .gdb_history .DS_Store? ehthumbs.db Icon? Thumbs.db # Things specific to this project # ################################### numpy/core/__svn_version__.py doc/numpy.scipy.org/_build