# 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

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

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

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

# OS
.DS_Store
Thumbs.db

# LDF and JSON outputs (generated artefacts — not source files)
# Allow: examples/mock_backend_response.json  (committed example input)
# Allow: examples/output_backend.ldf          (committed example output)
# Exclude: any other generated outputs in examples/
examples/output_*.ldf
examples/restored_*.json

# Exclude loose JSON/LDF files in root and other dirs (not examples/)
*.json
!examples/mock_backend_response.json

# Made with Bob
