summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 12994bca734bcbc42da8c134338ddf74e6ba0d84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*.pyc
*.pyo
*~

# Emacs
\#(
.\#*

# Built artifacts
/README.txt
/dist
/*.egg-info
parser.out
.coverage

/jsonpath_rw/VERSION

.idea