-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (52 loc) · 659 Bytes
/
.gitignore
File metadata and controls
57 lines (52 loc) · 659 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
57
# CMake / Build Artifacts
build/
xcode_build/
CMakeCache.txt
CMakeFiles/
CMakeScripts/
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
# Executables
AgenticPipeline
AgenticMVCpipe
*.app
*.exe
*.out
# Project Specific Security & State (NEVER COMMIT)
blockchain_ledger*
*.enc
nodes.json
.env
# Logs and Local Testing
*.log
test_secrets.sh
manual_*.log
node_*.log
orchestrator*.log
dashboard_error.log
server_test*.log
# Standard Code Navigation & Doxygen
tags
cscope.*
Doxyfile
html/
latex/
# OS & IDE Metadata
.DS_Store
.vscode/
.idea/
.clangd/
.cache/
*.swp
*.swo
*~
build/
*.log
.DS_Store
xcode_build/
bin/
*.enc
*.json.enc
www/