# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Virtualenv
.venv/

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Conformance corpus (synced from o3co/xx.hocon via `make testdata`)
tests/conformance/testdata/
.xx-hocon-version

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# Claude Code (local-only settings)
.claude/settings.local.json
