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

.DS_Store

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

Gemfile
Gemfile.lock
_site/
.venv/
.vscode/