# Editor temporary/working/backup files # ######################################### .#* [#]*# *~ *$ *.bak .idea/* *.kdev4 *.org .project .pydevproject *.rej .settings/ .*.sw[nop] .sw[nop] *.tmp *.vim tags # Compiled source # ################### *.a *.com *.class *.dll *.exe *.l[ao] *.o *.py[ocd] *.so _configtest.c # 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 # ################ # setup.py working directory build # sphinx build directory doc/_build # cython files cythonize.dat # setup.py dist directory dist # Egg metadata *.egg-info # tox testing tool .tox # The shelf plugin uses this dir ./.shelf MANIFEST # distutils configuration site.cfg # other temporary files .coverage .deps .libs # Paver generated files # ######################### /release # Logs and databases # ###################### *.log *.sql *.sqlite # Patches # ########### *.patch *.diff # OS generated files # ###################### .directory .fseventsd .DS_Store* .gdb_history .VolumeIcon.icns ehthumbs.db Icon? Thumbs.db # Documentation generated files # ################################# doc/frontpage/build doc/source/generated # Things specific to this project # ################################### anuga/__config__.py anuga/version.py