56 lines
743 B
Plaintext
56 lines
743 B
Plaintext
|
|
build*/
|
|
.directory
|
|
.mailmap
|
|
*.orig
|
|
*.rej
|
|
*~
|
|
.hg/
|
|
*.kdev*
|
|
.DS_Store
|
|
CMakeLists.txt.user
|
|
*.bak
|
|
*.patch
|
|
*.diff
|
|
*.REMOTE.*
|
|
*.BACKUP.*
|
|
*.BASE.*
|
|
*.LOCAL.*
|
|
nbproject/*
|
|
.idea/*
|
|
.browse.VC*
|
|
.vscode
|
|
cmake-build-*/*
|
|
.vs
|
|
*.user
|
|
.aider*
|
|
|
|
# Build artifacts and logs
|
|
*.exe
|
|
*.log
|
|
build_*.txt
|
|
build_*.bat
|
|
worldserver_*.exe
|
|
*_build.log
|
|
*_output.txt
|
|
final_*.txt
|
|
test_*.bat
|
|
|
|
# Python temporary files
|
|
*.tmp.*
|
|
*.pyc
|
|
__pycache__/
|
|
|
|
# SQL dumps and temporary data
|
|
*.sql.backup
|
|
|
|
# Claude Code Enhancement - Environment variables (contains secrets)
|
|
.env
|
|
.env.local
|
|
|
|
# Playerbot vendored dependencies (tracked via git submodules)
|
|
# Git automatically manages submodule contents via .gitmodules
|
|
# build*/ pattern above catches TBB build artifacts
|
|
|
|
phase7a-compile-log.txt
|