summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: fd6e09216b5c6e069e9d1a2dec50c60d8f1389ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.project
.classpath
.vscode
.settings/
.checkstyle
target/
logs/*.log
*.pyc
*.swp
.idea/

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

# build files

azure/build
azure/dist
azure/1.25.0
azure/*.egg-info
azure/logs/*.log
azure/coverage.xml