-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (42 loc) · 602 Bytes
/
Copy path.gitignore
File metadata and controls
56 lines (42 loc) · 602 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
56
# env
.env
# python
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
# docker
*.log
# local volumes
data/
# C++ build artifacts
analysis-cpp/build/
analysis-cpp/**/build/
# CMake generated files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
# Object / binary files
*.o
*.obj
*.a
*.so
*.exe
# Editor / OS noise
.vscode/
.DS_Store
# Python build & distribution
dist/
build/
*.egg-info/
# MCP Publisher (downloaded binary)
mcp-publisher.exe
mcp-publisher
*.tar.gz
# Graph visualizer output
impact_graph.html
# Secrets and RSA keys
secrets/
# Local scripts
scripts/demo_enterprise.py