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

# Layout engine (unused, see BUG-246)
udf/layout/

# Rust
target/
Cargo.lock

# maturin
*.whl
wheels/

.env
.env.local

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

/tmp_roundtrip/
tests/roundtrip_output/
*.udfp.bak.json
*.original_container.bin

node_modules/
site/
