# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.eggs/
*.egg
build/
dist/

# Environments
.venv/
venv/
.env

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/

# Editors
.idea/
.vscode/
*.swp

# OS
.DS_Store

# MkDocs build output (from fixture tests)
tests/fixtures/*/site/

# Widget UMD bundle — fetched from npm at release time by .github/workflows/release.yml.
# Devs may copy a local copy here for testing but should not commit it.
src/beacon_search/static/assets/beacon/beacon-search.umd.js
