# Bijux shared
.DS_Store
.idea/
.vscode/
.tox/
.venv/
.venv-esm/
.coverage
.coverage.*
.python-version
.mypy_cache/
.pytest_cache/
.ruff_cache/
.hypothesis/
.nox/
.cache/
.tmp/
.github/tmp/
site/
build/
dist/
htmlcov/
node_modules/
*.egg-info/
pip-wheel-metadata/

artifacts/*
!artifacts/.gitkeep
packages/*/artifacts/

**/__pycache__/
**/.pytest_cache/
**/.ruff_cache/
**/.mypy_cache/
**/.pytype/
**/.hypothesis/
**/.benchmarks/
**/.tox/
**/.venv/
**/.nox/
**/.cache/
**/site/
**/build/
**/dist/
**/htmlcov/
**/*.egg-info/
**/*.pyc
**/*.pyo
*.swp
*.swo

# Repo-specific
