# Ignore the 'dist' directory at the root of the project
/dist/
# Ignore all __pycache__ directories in the project
__pycache__/
/.vscode
/CMakeLists.txt
/main.cxx
/build
/poetry.lock
/test.py