diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +/.cache /.mypy_cache /.virtualenv +/.vscode/.conan_tools + /build +/test_package/build + +CMakeUserPresets.json +compile_commands.json
\ No newline at end of file |
