-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (47 loc) · 688 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (47 loc) · 688 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 output
[Bb]in/
[Oo]bj/
[Bb]uild/
publish/
#arena test gui
arena/
# Engine-vs-engine testbed (fastchess, stockfish, match output)
.testbed/
# fastchess autosave (machine paths + last-run stats)
config.json
# Publish artifacts and packages
*.nupkg
artifacts/
# Visual Studio / IDE
.vs/
*.suo
*.user
*.userosscache
*.sln.docstates
# JetBrains Rider
.idea/
*.sln.iml
# Test output
[Tt]est[Rr]esult*/
TestResult.xml
*.coverage
*.coveragexml
# Logs and crash dumps
*.log
*.binlog
# OS junk
.DS_Store
Thumbs.db
desktop.ini
# Editor backups
*~
*.bak
*.tmp
# Local Claude / Agent context files (not for the public repo)
CLAUDE.md
AGENT.md
# Test Files
*.py
*.ps1
*.pgn
BASELINE.md