/target
/public
/_old
/refactor
/references
/plans
/.build/
**/.build/
/.claude/

# Minimal glTF test fixtures materialised by build.rs so the
# `Scene::load("path/to/model.glb")` examples have a real file to open
# when the Python healthcheck runs. Regenerated on every cargo build via
# scripts/website.rs::write_scene_load_fixtures(); never committed.
/path/
# Same fixture, copied into the web healthcheck's served tree so the JS
# `Scene.load` examples can fetch the `.glb` bytes over HTTP.
/platforms/web/healthcheck/public/model.glb

# Gradle / Android per-machine + build outputs
**/.gradle/
platforms/kotlin/local.properties
platforms/kotlin/**/build/

# Auto-generated Kotlin uniffi bindings (regenerated by ./build_android)
platforms/kotlin/fragmentcolor/src/main/java/org/fragmentcolor/fragmentcolor.kt

# Byte-compiled / optimized / DLL files
__pycache__/
.pytest_cache/
*.py[cod]

# Web
.vite/

# C extensions
*.so

# Distribution / packaging
.Python
.venv/
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
include/
man/
venv/
*.egg-info/
.installed.cfg
*.egg
out/

# Installer logs
pip-log.txt
pip-delete-this-directory.txt
pip-selfcheck.json

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Django stuff:
*.log
*.pot

.DS_Store

# Sphinx documentation
docs/_build/

# PyCharm
.idea/

# VSCode
.vscode/

# Claude Code agent worktrees
.claude/worktrees/

# Pyenv
.python-version

# Extra
sources.txt

fragmentcolor.code-workspace

# Local-only example outputs (gallery PNGs, scratch renders, etc.).
# Will become the registry catalog thumbnails on the website later.
examples/rust/out/

# Lock-block versioning store (dev-mode metadata, not persisted).
# The website's Astro integration (docs/website/integrations/locks.ts)
# writes here; the locks CLI (examples/rust/examples/locks.rs) reads
# from here. Co-located with the website that owns it.
docs/website/.locks/
