# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
env/
.venv/
.env/
ENV/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.hypothesis/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# OS
Thumbs.db

# Local scratch
scratch/
tmp/
*.tmp

# Registry regeneration outputs (regenerated from source, not committed)
# UNIFIED_REGISTRY_VERSION.txt  — this IS committed (marker file)

# Backups (explicit, never auto-generated)
*.BACKUP
*.PRE_*
*.POST_*
# build staging (v0.403.0 lesson: an sdist staging tree survived a failed
# in-repo build on the mounted FS and got committed by git add -A)
star_magic_program-*/

# OPERATOR TIER (v1.71.0): user/operator-supplied field data - private by
# construction; never committed, never packaged, never published.
uqff_downhole_simulator/catalog_operator/
