# Ignore sphinx build files
sphinx/build

# Ignore test output
test/output
test/tmp
.hypothesis
.coverage*

# Ignore conda build directories
dist
build

# Ignore cython generated files
src/sdanalysis/**/*.c
src/sdanalysis/**/*.cpp
src/sdanalysis/**/*.html
src/sdanalysis/**/*.so
