# Python .venv/ **/*.pyc **/*.pyo **/*.pyd __pycache__/ **/__pycache__/ *.egg-info/ dist/ build/ .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage .coveragerc htmlcov/ *.egg .hygeine/ .benchmarks/ # Environment .env .env.* !.env.example *.heapsnapshot # Logs logs/ *.log workspaces/ logs/status_line.json .openagent.context.* # Spikes (experimental code) spikes/ # Documentation generation # repomix-output.md cupcake_tests/ # Node/TypeScript client node_modules/ client/node_modules/ client/dist/ client/.vite/ client/coverage/ docs/sprints/.archive/ # Rust/Tauri client client/src-tauri/target/ client/src-tauri/gen/ .openagent_context.json # Test artifacts client/playwright-report/ client/test-results/ client/e2e-native/screenshots/ .pytest_cache/ .hypothesis/ .tox/ .nox/ coverage/ .nyc_output/ test-results/ pytest-report.xml pytest-results.xml junit.xml .coverage.* # OS files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db *~ # IDE / Editor .vscode/ .idea/ *.swp *.swo *.swn *.code-workspace *.sublime-project *.sublime-workspace # Temporary files *.tmp *.temp scratch.md