summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: bac28d2db930fbcc0b634fb6319ab4c6cd11db27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.coverage
.DS_Store
.env
.vscode/settings.json
.mypy_cache
.pytest_cache
.python-version
build/
tests/output_*
**/__pycache__
dist
**/*.egg-info
output
.idea
.DS_Store
.tox
.venv
.asv
venv
.devcontainer