# checked out OSSL variants
openssl*/* 
openssl
# checked out liboqs
liboqs
# installed SW
.local
# build directory
_build
# generated from openssl src:
test/ssltestlib.c
test/ssltestlib.h
test/oqs_test_groups
# test artifacts
tmp
interop.log
# pycache
oqs-template/__pycache__
scripts/__pycache__

# Visual Studio Code
.vscode

# Jetbrains IDEs
.idea

# MacOS
.DS_Store

