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

.DS_Store

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

Gemfile
Gemfile.lock
_site/