summary refs log tree commit diff
path: root/gitignore
blob: 5fccd187bd223e7305b079949efd887396dbe2e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# osx stuff
.DS_Store
Icon

# ide
.idea
*.iml
/env/*

# python stuff
.flake8rc
*pyc

# ctags stuff
TAGS
tags

# emacs stuff
.projectile
.dir-locals.el
.pytest_cache/

.reviewboardrc