summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 3ed4524732903a1e831491b6d3b2860d8973945b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/.git
*.py[co]
*~
*.egg-info
/dist
/build
/publish.log

.idea
/poetry.lock
/.coverage

.tox