blob: 9248f729f15f5e14cde882867e7be7a925e8e58f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
*.sw?
# pytest and friends
*.dist-info/
*.egg-info/
__pycache__/
.pytest_cache/
.ropeproject/
.tox/
/build/
/dist/
.pypirc
.vgstash.db
tests/data/test_export.*
|