summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ab695b668d00da49e168fe4e47ddcb6bb7996af3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*.pyc
*.egg-info

.DS_Store

/dump.rdb
/.direnv
/.envrc
/.tox
/dist
/build
.tox
.vagrant
Vagrantfile
.idea/
.coverage*
/.cache

.pytest_cache/