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