# Python build / cache artifacts
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
develop-eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Local build outputs (wheels/sdists are built by CI on tag)
/dist/
/dist-1.41/
packages/*/dist/

# Virtual environments
.venv/
venv/
env/

# Node (the Dash component's build toolchain; its BUILT bundle
# lattice_grid_dash/lattice_grid_dash.min.js is committed on purpose)
node_modules/
packages/*/node_modules/

# Editor / OS
.DS_Store
*.swp
.idea/
.vscode/
