# Python __pycache__/ *.py[cod] *.pyo *.pyd *.so *.egg-info/ .venv/ venv/ .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage htmlcov/ # Build and local outputs permanence_output/ training/demo_output/ training/artifacts/ dashboard/current_state.json ghost_recording.json training/warmup_traces.jsonl # Training artifacts (preserved locally, not pushed to HF) training_runs/ # OpenEnv deployment artifacts .openenv/ # Environment and secrets .env .env.* *.key *.pem # Node / frontend dashboard/node_modules/ dashboard/dist/ # OS / editor .DS_Store Thumbs.db .vscode/ .idea/