# Python __pycache__/ *.py[cod] *$py.class *.egg-info/ dist/ build/ .eggs/ # Virtual environments .venv/ venv/ # IDE .idea/ .vscode/ *.swp # Testing .pytest_cache/ .coverage htmlcov/ # Playwright E2E (scoped to frontend dir to avoid ignoring project-level test-results/) src/agentkit/server/frontend/playwright-report/ src/agentkit/server/frontend/test-results/ src/agentkit/server/frontend/blob-report/ # OS .DS_Store # Tauri src-tauri/target/ src-tauri/gen/ src-tauri/binaries/agentkit-server-* # PyInstaller build/pyinstaller-work/ *.spec # Frontend build artifacts src/agentkit/server/static/ **/node_modules/ # Env .env # Runtime data (auth DB, conversation DB, etc.) data/ # Agent skill tooling (local-only, not project code) .agents/ .trae/ .aider*