aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 343775f328ef176a98678df6723f1df8a7a068e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0
*.egg-info
*.pyc
*~
.eggs/
\.coverage
\.eggs
__pycache__
build/
dist/
*.egg-info
bazel-bin/*
bazel-out/*
bazel-tosa_checker/*
bazel-testlogs/*
.pytest_cache/*