aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: dbcfed5d261b2eba9d6ba75a6b10610537ae05f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
*.pyc

# Packages
*.egg
/*.egg-info
/dist/*
build
_build
.cache
*.so

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
.pytest_cache

.DS_Store
.idea/*
.python-version
.vscode/*

/setup.cfg
MANIFEST.in
/setup.py
.mypy_cache

.venv
/releases/*
pip-wheel-metadata
/poetry.toml