# Dependencies and build output node_modules/ dist/ build/ coverage/ .nyc_output/ *.tsbuildinfo **/*.spec.ts **/*test.base.ts **/*_example.ts test/ jest.config.js test-setup.js !jest.config.js !test-setup.js !src/business/auth/register.service.spec.ts !src/business/chat/chat.service.spec.ts !src/business/chat/services/chat_session.service.spec.ts !src/business/mall/mall.service.spec.ts !src/business/room_decor/room_decor.service.spec.ts !src/business/world_npc/world_npc.service.spec.ts !src/gateway/auth/register.controller.spec.ts !src/gateway/chat/chat.gateway.spec.ts # Runtime configuration and credentials .env .env.* !.env.example !.env.production.example client/.env* !client/.env.example *.pem *.key *.p12 *.pfx *credentials* *secrets* # Runtime data logs/ generated/ redis-data/ data/world-npc-state.json uploads/ *.log *.log.gz *.sqlite *.sqlite3 *.db *.dump *.bak # Local configuration and tooling config/ docs/ .cache/ .tmp/ tmp/ .venv/ venv/ __pycache__/ *.py[cod] .vscode/ .idea/ .kiro/ .claude/ scripts/skin_generation/references/backup/ scripts/skin_generation/tests/ # Operating system and editor files .DS_Store Thumbs.db *.swp *.swo *~ !src/business/auth/skin_defaults.spec.ts !src/business/player/adventure.service.spec.ts