# Include your project-specific ignores in this file
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
# Useful .gitignore templates: https://github.com/github/gitignore
/node_modules/
/dist/
/export/
/cadquery_web_viewer/frontend/
/.cache/
/.parcel-cache/
/.idea/
/parcel-bundle-reports/
glb-cache

*.iml
venv/
.venv
__pycache__/

.agents/
skills-lock.json
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Yarn 4 (Berry) — recommended ignore set.
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
