# ignore backup files
*~
# git ignore build directory
build/
# include/config.h is built by cmake
include/config.h
# no *.pyc files
*.pyc
# EOF