# emacs
*~

# --------------------------------------------
# C

*.o
*.os
*.so
*.so.*
*.dylib
*.dylib.*
*.a
ctest/test_image

# generated by tests
data/sep.cat
data/sepback.fits

# scons
.sconsign.dblite

# tarball
sep-*.tar.gz

# -------------------------------------------
# Python

*.pyc

docs/_build
docs/api
build/

MANIFEST

# generated C file
sep.c

# pytest cache
.cache
__pycache__

# PyCharm
.idea
.project 

# Eclipse
.pydevproject

.ipynb_checkpoints