blob: 103e045a242f2b64276842a1eefaf96fbe7c1fcf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# osx stuff
.DS_Store
Icon
# ide
.idea
*.iml
/env/*
# python stuff
.flake8rc
*pyc
# ctags stuff
TAGS
tags
# emacs stuff
.projectile
.dir-locals.el
|