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

# uv
.venv/
# uv.lock IS committed — reproducible dev env. Do not add to .gitignore.

# Generated catalog artifacts
patterns/auto/

# Editor
.idea/
.vscode/
*.swp

# OS
.DS_Store
dist/
