openthebox/.gitignore
Samuel Bouchet 04894a4906 Initial project setup: Open The Box CLI game
- .NET 10 console app with Spectre.Console and Loreline integration
- Black Box Sim architecture (simulation separated from presentation)
- Progressive CLI rendering (9 phases from basic to full layout)
- 25+ box definitions with weighted loot tables
- 100+ item definitions (meta, cosmetics, materials, adventure tokens)
- 9 Loreline adventures (Space, Medieval, Pirate, etc.)
- Bilingual content (EN/FR)
- Save/load system
- Game Design Document
2026-03-10 18:24:01 +01:00

43 lines
374 B
Text

## .NET
bin/
obj/
*.user
*.suo
*.userosscache
*.sln.docstates
.vs/
*.dll
*.pdb
*.exe
## NuGet
**/[Pp]ackages/*
!**/[Pp]ackages/build/
*.nupkg
**/[Pp]roject.lock.json
project.assets.json
## Keep Loreline DLL
!lib/Loreline.dll
## Build results
[Dd]ebug/
[Rr]elease/
x64/
x86/
## Saves
saves/
## IDE
.idea/
*.swp
*~
.vscode/
## OS
Thumbs.db
.DS_Store
## Claude
.claude/