summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 55f37e0910fae4f7b0b435f11902990c941e03af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*.pyc
build/
dist/
*.egg-info/
.tox
.idea
htmlcov
.coverage
.cache
.ipynb_checkpoints/
MANIFEST
coverage
venv/

# Managed by github-actions (cache + artifact) per python version - see pipeline artifacts
Pipfile.lock