summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 44b3469fdf342cd197aa458cb97860a26ad006da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.project
.classpath
.vscode
.settings/
.checkstyle
target/
logs/*.log
*.pyc
*.swp

# Test related files
vio/.coverage
vio/.tox/
vio/logs/*.log
vio/test-reports/