# Environment .env # Python __pycache__/ *.pyc *.pyo .pytest_cache/ .venv/ # Build & dist build/ dist/ release/ *.spec # Logs & temp logs/ data/temp/ # Runtime data (all runtime outputs, caches, databases) data/ # Claude Code / IDE .claude/ .playwright-mcp/ .trae/ # Old project wework_xiaoai_bot/ # Node.js node_modules/ # Frontend build output web/backend/static/ # Screenshots (from testing) *.png # OS/IDE .DS_Store Thumbs.db .idea/ .vscode/