# --- Project-specific ---
# Internal build specs: local reference for the implementation agent, never shipped.
specs/
docs/
# Local agent/dev context (implementation guide for the coding agent), never shipped.
CLAUDE.md
# Local dogfooding instrumentation (Layer-1 logger + local bridge entrypoint): kept
# on disk for local use, never published. The public cura_mcp package has no
# reference to it (see cura_dogfood/bridge.py).
cura_dogfood/
# Local auth token written by the Cura plugin at runtime (see SECURITY).
*.cura-mcp-token
.cura-mcp/

# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

# --- Editors / OS ---
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# --- Logs / local artifacts ---
logs/
*.log
*.gcode
*.stl
*.3mf
!examples/**/*.stl
!examples/**/*.3mf
