# Go build output
/gbfrPlayerInfoEdit.exe

# Wails build output
/build/bin/*
/build/release/

# Frontend dependencies and build artifacts
/frontend/node_modules/
/frontend/dist/
/frontend/package.json.md5

# Share-code service dependencies and local Wrangler state
/services/*/node_modules/
/services/*/.wrangler/

# Local browser and test output
/.playwright-cli/
/.tmp-gocache-*/
/output/

# Wails generated bindings
/frontend/wailsjs/

# IDE and editor state
/.idea/
/.vscode/
*.swp
*.swo
*.vcxproj.user

# Local maintainer work
/tools/local/

# Visual Studio and C++ build artifacts
/src_dll/.vs/
/src_dll/x64/
/src_dll/patch_core/x64/
/src_dll/build/
/src_dll/patch_core/patch_core/
*.obj
*.pdb
*.ipdb
*.iobj
*.ilk
*.exp
*.lib
*.log
*.tlog
*.recipe
*.pch
FileListAbsolute.txt

# Git Bash and MSYS crash dumps
*.stackdump

# Local documentation and field captures
/docs/local/
/field-*.zip
