# Git worktrees
.worktrees/

# IDE
.idea/

# macOS / system
.DS_Store

# Installer packages
*.pkg

# Claude local settings (user-specific permissions)
.claude/settings.local.json

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
venv/
env/
dist/
build/
*.egg-info/
.eggs/
*.egg
.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/
.coverage
*.cover

# Auto-generated by hatch-vcs at build time
pmlogsynth/_version.py

# Test artifacts
/tmp/

# PCP archive output (generated by pmlogsynth)
*.index
*.meta

# Local debug/validation archives — use generated-archives/ not project root
# (directory tracked via generated-archives/.gitignore; archives inside are ignored)
generated-archives/*
!generated-archives/.gitignore
out
out.*
