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

# --- Docs site ------------------------------------------------------------
site/

# --- JS / Node ------------------------------------------------------------
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# --- Editors / OS ---------------------------------------------------------
.idea/
.vscode/*
!.vscode/settings.json
.DS_Store
Thumbs.db
*.swp
*.swo
*~

# --- Local env / secrets --------------------------------------------------
.env
.env.*
!.env.example
*.pem
*.key
secrets/

# --- Claude Code machine-local state -------------------------------------
.claude/settings.local.json

# --- Build outputs we never commit ---------------------------------------
schemas/.cache/
/docs/components/

# hwlib-data wheel: bundle staged at build time by build_hook.py
/packages/hwlib-data/src/hwlib_data/data/*
!/packages/hwlib-data/src/hwlib_data/data/.gitkeep
