summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 4b30e3bc751f13c43b0abfeeccc9e96e19379b5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
bin/
target/
tmp/
data/
coverage-report/
.project
.settings
.classpath
.class
.checkstyle
*.iml
*.log
.idea
.attach_pid*
**/__pycache__/*