Update project maturity status
[multicloud/azure.git] / .gitignore
1 .project
2 .classpath
3 .vscode
4 .settings/
5 .checkstyle
6 target/
7 logs/*.log
8 *.pyc
9 *.swp
10 .idea/
11
12 # Test related files
13 azure/.coverage
14 azure/.tox/
15 azure/logs/*.log
16 azure/test-reports/
17
18 # build files
19
20 azure/build
21 azure/dist
22 azure/1.25.0
23 azure/*.egg-info
24 azure/logs/*.log
25 azure/coverage.xml