# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/

# Virtual environments
.venv/

# Environment files
.env

# Shared data — heavy artifacts
data/
data/cobra-sdk/

# Schema collector — local tooling, never published (data collection
# methodology stays private, see commit 4351bf8)
schema-collector/

# Internal CI
.gitlab-ci.yml

# Internal agent evaluation harness — never part of the public repository
agent-eval/

# Build artifacts
dist/
build/
*.egg-info/

# Runtime artifacts
.lab*
tmp/
.coverage
mcp/.coverage

# IDE and tooling
.vscode/
.claude/
.opencode/
.agents/
CLAUDE.md
.DS_Store
.ruff_cache/
.sisyphus/
.markdownlint*

# Agent / skill artifacts
skills-lock.json
