summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 0fe925ec51693d75f0ba09bf0b1515d6dd09556d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-FileCopyrightText: 2013 The glucometerutils Authors
#
# SPDX-License-Identifier: MIT

*.egg-info/
*.pyc
*~
.cache
.mypy_cache/
.vscode/
/MANIFEST
/dist/
__pycache__/
build
.idea/
*venv/