# Python artifacts
*.pyc

# Testsuite output
out
testsuite/out

.build
makefile.setup
bindings/c/build

# Editor artifacts
*~
*.swp
*-loc.xml
.#*#

# GDB artifacts
.gdb_history

# GnatStudio artifacts
.clang-format
.clangd

# Python binding artifacts
bindings/python/.coverage
bindings/python/.coveragerc
bindings/python/.tox
bindings/python/htmlcov
bindings/python/src/*egg*
