.DS_Store

*.log
*.tgz
dist

.idea
.run
launch.json

__pycache__
.python-version
*.egg-info
build/
.mypy_cache/

# Node.js
node_modules/
package-lock.json

.html_cov*
.coverage*
coverage.xml
report.xml

*.venv*
local.env
.env.local
.env

# Ignore .vscode contents but allow settings.json (per-folder Python interpreters)
**/.vscode/*

.pre-commit-config-no-pytest-check.yaml
oasdiff*
new.openapi.json

Chart.lock
values.yaml

ml-engine/src/genai_client/**
.vagrant

.cursor/

genai-engine/version
models/
arthur-engine.code-workspace

# Claude Code integration (any directory)
**/.claude/arthur_config.json
**/.claude/hooks/claude_code_tracer.py
**/.claude/settings.local.json
.gstack/

# Ignore audit logs
genai-engine/audit_logs
genai-engine/tests/test_audit_logs
