git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 221da88577c58f7f0425e9607c5d89ec1d46fad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
coverage.xml
packages/
__pycache__
poetry.lock
*.pyc
.tox/
doc/build
dist
doc/html
*.swp
build

# Testing clutter
.coverage
.mypy_cache/
.pytest_cache/

# IDE and framework garbage
.idea
.hypothesis
.ropeproject/