# build artifacts
*.o
*.so
*.bc
*.dylib
# PGXS / pg_regress
test/results/
regression.diffs
regression.out
# Python bytecode from the test runners
__pycache__/
*.pyc

# editor
*.swp
*~

# MkDocs build output
site/
