updated readme file due to moving CMake scripts to the root folder
[platform/upstream/dldt.git] / model-optimizer / .gitignore
1 .idea
2 .project
3 .cproject
4 .pydevproject
5 .settings
6 /bin/
7 /gen/
8 __pycache__
9 *.swp
10 /config.xml
11
12 # Python-specific
13 .env3
14 *.pyc
15
16 # Tests-specific
17 .coverage
18 htmlcov
19 pylint_report.txt
20 pylint_report_comments.txt
21
22 # Documentation-generated
23 docs/build
24 docs/source/_static
25 docs/source/_templates
26 docs/source/generated/
27 doc
28 work_dir
29
30 # Artifacts
31 /*.bin
32 /*.xml
33 /*.json
34 /*.so
35 /*.txt
36 /*.pb
37 /*.pbtxt
38 !CMakeLists.txt
39 /*.mapping
40 /*.dat
41 /*.svg