# Python
__pycache__/
*.py[cod]
.venv/
venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
dist/
build/
*.egg-info/

# Java client
.gradle/
!gradle/wrapper/gradle-wrapper.jar

# Rendered output and debug HTML — never commit, may hold customer data
out/
*.debug.html
*.debug.css

# Tooling
.idea/
.vscode/
.DS_Store
graphify-out/

# Fonts fetched by the cross-os-proof workflow, never committed
tests/fixtures/fonts/
