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

# Rust
target/
Cargo.lock

# maturin
*.whl
wheels/

.env
.env.local

.claude/settings.json
.claude/settings.local.json
*.local.md

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

dev/

output/
sandbox/
workspace/
scripts/
notebooks/

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

tests/fixtures/realworld/
tests/fixtures/codex_cases/
tests/fixtures/html_output/
tests/fixtures/render_screenshots/
tests/fixtures/screenshots/
tests/fixtures/html_screenshots/
tests/fixtures/external/

scripts/.hancom_auth.json

node_modules/
package.json
package-lock.json
site/
