forked from openvinotoolkit/openvino.genai
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (48 loc) · 782 Bytes
/
.gitignore
File metadata and controls
55 lines (48 loc) · 782 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# build/artifact dirs
[Bb]uild*/
# but ensure we don't skip __init__.py and __main__.py
!__init__.py
!__main__.py
# don't skip GitHub Actions files and directories
!.github/**
# developer tools
*.idea
.vscode
.vs/
.vsconan/
.DS_Store
**/tags
compile_commands.json
.local_vimrc
.gdb_history
.vimspector.json
doc/
temp/
.repo/
CMakeLists.txt.user
CMakeUserPresets.json
.env
*.project
*.cproject
*.pydevproject
*.settings
*/gen/
*.swp
/config.xml
# Python-specific
*.?env*
*.pyc
__pycache__
.py-build-cmake_cache
*.egg-info
# CodeQL artifacts
_codeql_detected_source_root
install
*.avi
# Module-GenAI generated files
dumped_*.yaml
generated_*.bmp
samples/python/module_genai/*.sh
tests/module_genai/cpp/*.sh
tests/module_genai/cpp/*.yaml
tests/module_genai/cpp/test_data/*.json