# Ignore autoconf build files.
Makefile
config.h
config.log
config.status
libtool
stamp-h1
install-record.txt

# Ignore compile and link build files.
*.o
*.a
*.lo
*.la
*.so
*.dSYM
.libs
.deps
.dirstamp
class/build

# Ignore test outputs
tests/ccl_test_distances
tests/ccl_test_power
tests/ccl_test_utils
tests/check_ccl

# Ignore Python pyc, autogenerated swig files, and build dirs
*.pyc
build/*
tests/.ipynb_checkpoints/
*ipynb*
*log
*dat
*bak
*dylib

# Ignore VCS files
.idea/*
