
# Byte-compiled / optimized 
__pycache__/
*.py[cod]
.pytest_cache

# simple editor backups
*~

# vim backups
.*.swp

# unit tests
.cache/

# VBBL library
VBBinaryLensingLibrary.o
VBBinaryLensingLibrary_wrapper.so

# AdaptiveContouring library
source/AdaptiveContouring/*.o
source/AdaptiveContouring/*.so

# Sphinx files
*.doctree
docs/_sources/
#docs/_static/

# Example figures
examples/figure_[1234].png

# Test files in examples:
examples/run_time_tests/test_100*txt

# Temporary tasks:
DEV

# Latex files:
*.aux
*.log

