14 lines
188 B
Plaintext
14 lines
188 B
Plaintext
# 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 |