summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 64c410c8e2ff05bfa4478836e1532be70377b709 (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
.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