| #------------------------------------------------------------------------------- |
| # Copyright (c) 2020-2024, Arm Limited and Contributors. All rights reserved. |
| # |
| # SPDX-License-Identifier: BSD-3-Clause |
| # |
| #------------------------------------------------------------------------------- |
| *.pyc |
| **/__pycache__ |
| *.uvguix.* |
| *.uvmpw.uvgui.* |
| .venv/ |
| *.egg-info/ |
| |
| # Eclipse |
| *.project |
| *.cproject |
| .pydevproject |
| .settings/ |
| |
| # Visual Studio Code |
| .vscode/ |
| |
| # build files |
| build* |
| bin/ |
| *.o |
| *.d* |
| |
| # bison and flex generated files |
| *.lex.* |
| *.tab.* |
| *.output |
| |
| # binaries |
| tfz |
| |
| # tf fuzz regression tester |
| tf_fuzz/tfz-cpp/regression/**/test.c |
| tf_fuzz/tfz-cpp/regression/**/stdout_stderr |
| |
| # clangd |
| .cache/ |
| compile_commands.json |
| compile_flags.txt |