# 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

__pycache__

docs/_build
docs/api
build/

MANIFEST
*.egg-info

# pytest
.pytest_cache
.cache

# generated C file
sep.c

# PyCharm
.idea
.project

# Eclipse
.pydevproject

# Jupyter
.ipynb_checkpoints

# tox
.tox

# version
*_version.py
