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

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