# ignore some subdirectories
/bin
/build
/lib

# ignore common data file types
*.h5
*.tgz
*.gz

# except in the tests
!/tests/data/*

# .pyc files
*.pyc
