-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
104 lines (85 loc) · 1.3 KB
/
Copy path.gitignore
File metadata and controls
104 lines (85 loc) · 1.3 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# Build artifacts
build/native/
bin/
obj/
out/
# .NET build outputs
*.dll
*.exe
*.pdb
*.xml
!src/Databento.Interop/runtimes/**/native/*.dll
# CMake build files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.sln
src/Databento.Native/build/
# Visual Studio
.vs/
*.suo
*.user
*.userosscache
*.sln.docstates
# C++ compiled files
*.o
*.obj
*.lib
*.exp
*.ilk
*.log
*.tlog
# Test results
TestResults/
*.trx
# Dependencies
_deps/
vcpkg_installed/
# IDE
.vscode/
.idea/
.claude/
# OS
.DS_Store
Thumbs.db
Desktop.ini
# Logs
*.log
# Temporary files
*.tmp
*.temp
*.swp
*~
# Diagnostic tools (development only, not for public repo)
tools/diagnostics/
# Internal test suites (development only, not for public repo)
examples/*.Internal/
# Bug proof projects (development only, not for public repo)
bug_proofs/
# Debug/test projects (not for public repo)
ReproduceCrash.Test/
# Private development notes (not for public repo)
devnotes/
Storage/
CLAUDE.md
*_PLAN*.md
code_review_*.md
session_status*.md
DEPLOYMENT_PLAN*.md
RELEASE_SUMMARY*.md
NUGET_QUICK_START.md
# Production tests (local testing only, not for public repo)
production_tests/
# NuGet packages
*.nupkg
*.snupkg
nupkg/
# Data files
*.dbn
# Internal scratchpads
testscratchpad1.internal/
testScratchpad2.internal/