-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (49 loc) · 2.16 KB
/
Copy path.gitignore
File metadata and controls
57 lines (49 loc) · 2.16 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
# ── Virtual environments ──────────────────────────────────────────────────────
venv/
.venv/
# ── Build & distribution ──────────────────────────────────────────────────────
build/
dist/
dist_portable/
*.spec
# ── Native C++ build ──────────────────────────────────────────────────────────
native/out/
native/build/
vcpkg_installed/
compile_commands.json
CMakeCache.txt
CMakeFiles/
build.ninja
cmake_install.cmake
*.slnx
*.pyd
# vcpkg applocal-deploy copies these runtime DLLs next to gfglock_native.pyd
gfglock/core/*.dll
gfglock/core/Release/
# ── vcpkg ─────────────────────────────────────────────────────────────────────
.vcpkg/
# ── Python cache ──────────────────────────────────────────────────────────────
__pycache__/
*.pyc
*.egg-info/
*.dist-info/
# ── Runtime output ────────────────────────────────────────────────────────────
logs/
*.log
# ── IDE ───────────────────────────────────────────────────────────────────────
.vscode/
.idea/
.claude/
.pytest_cache/
CLAUDE.md
# ── Misc ──────────────────────────────────────────────────────────────────────
trash/
*.exe
*.bkp
*.pdf
# release*.md
optimization*.md
benchmark*.md
context*.md
winget-publish.md
release.sh