summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 9729c270d76b0cde7cf95deb3b9c7bad900742ee (plain)
1
2
3
4
5
6
7
8
9
10
# .gitignore - Which files to ignore
#
# Copyright (C) 2024  Luke T. Shumaker <lukeshu@lukeshu.com>
# SPDX-Licence-Identifier: AGPL-3.0-or-later

*.o
*.log
.mypy_cache/

build/