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

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