summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ddafc64c6a1433a539d8535eb92ca26f67e2c556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
syntax: glob
*.al
*.bak
*.egg-info
*.la
*.lo
*.o
*.orig
*.pyc
*.pyd
*.rej
*.so
*.swp
.failed-tests.txt
.cache/
.idea/
.tox/
build/
dist/
wheelhouse/