# globs:
syntax: glob

*.elc
*.pyc
*.class
*.log
programming/**/.coverage
*.PID
*.ACCESSLOG
*.ERRORLOG
log/*
tmp/*
*~
semantic.cache
sandbox/*
_build
coverage-report
.coverage/
.pytest_cache/
*.so
*.c
arsenal/datastructures/heap/*.cpp
arsenal/datastructures/heap/*.html

build/*
dist/*
arsenal.egg-info/*

# regex:
syntax: regexp


