# =============================================================================
# Python
# =============================================================================
.venv/
.uv-cache/
.uv_cache/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.mypy_cache/
.dspy_cache/
.cache/
# =============================================================================
# Environment & Secrets
# =============================================================================
.env
.env.*
!.env.example

# =============================================================================
# IDEs & Editors
# =============================================================================
.vscode/
.idea/
.DS_Store

# =============================================================================
# Node.js / Bun (for TUI)
# =============================================================================
node_modules/
.bun-cache/
.bun-install/
.bun-tmp/

# =============================================================================
# Runtime Data (moved from root)
# =============================================================================
data/
mlruns/
mlartifacts/
mlflow.db
skill_fleet_dev.db
server.log
*.log
docs/internal/
# =============================================================================
# Agent Configurations (consolidated under .fleet/)
# =============================================================================
.fleet/
.claude/
.factory/
.letta/
.opencode/
.ai/
.junie/
opencode.jsonc
.agents/ski/
# =============================================================================
# Skills
# =============================================================================
skills/_drafts/

# =============================================================================
# Build Artifacts
# =============================================================================
*.egg-info/
dist/
build/
PRD.md
# =============================================================================
# Legacy/Project-Specific
# =============================================================================
.context/
cli/tui/dist/
.skill_fleet_logs/
.skill_fleet_sessions/
fixes.fixes/

# =============================================================================
# Internal Documentation (now in docs/internal/)
# =============================================================================
docs/internal/plans/
docs/internal/reports/

# =============================================================================
# Misc
# =============================================================================
skills/p


# =============================================================================
# Coverage & Testing
# =============================================================================
.coverage
htmlcov/
.pytest_cache/
*.cover
*.py,cover
.hypothesis/

# =============================================================================
# Python Compiled
# =============================================================================
*.pyo
*.pyd
.Python
*.so

# =============================================================================
# Jupyter Notebook
# =============================================================================
.ipynb_checkpoints


# Development/temporary files (not for commit)
.github/agents/rlm-subcall.md
.github/skills/

# Frontend (WIP - not ready for commit)


.agents/skills
src/frontend/fleetui/.agents/skills/agentation/SKILL.md
docs/archive/
docs/archive/README.md
docs/internal
docs/archive/README.md
docs/archive
docs/archive/README.md
plans/
migrations/
scripts/internal/dev/check_docstrings.py
scripts/internal/dev/cleanup-technical-debt.sh
scripts/internal/dev/final_docstring_check.py
scripts/internal/migration/cleanup_legacy.py
scripts/internal/opt/benchmark_optimizers.py
scripts/internal/opt/run_gepa_optimization.py
scripts/internal/opt/run_optimization.py
scripts/internal/setup/setup_branch_protection.sh
scripts/internal/tests/test_repository.py

.skills/
.agents/
.skills/dspy-basics/templates/program-template.py
.skills/dspy-basics/templates/signature-template.py
.skills/dspy-configuration/scripts/compile-dspy.py
.skills/dspy-optimization/scripts/optimize-dspy.py
.skills/dspy-optimization/scripts/test-signature.py
.skills/dspy-optimization-workflow/SKILL.md
.skills/dspy-optimization-workflow/examples/example_metric.py
.skills/dspy-optimization-workflow/examples/example_signature.py
.skills/dspy-optimization-workflow/references/api-reference.md
.skills/dspy-optimization-workflow/references/best-practices.md
.skills/dspy-optimization-workflow/references/phase1-implementation.md
.skills/dspy-optimization-workflow/references/troubleshooting.md
.skills/dspy-optimization-workflow/scripts/quick_optimize.py
.skills/frontend-ui-integration/SKILL.md
.skills/product-management/SKILL.md
PLANS.md
TODOS.md
