__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

.venv/
venv/
env/
.python-version

.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.mypy_cache/

.env
.env.local
.env.*.local

.DS_Store
.idea/
.vscode/

.claude
.claude/*

node_modules/

# Built dashboard frontend bundle — generated by `npm run build` (Vite).
# Shipped in the wheel via hatch `artifacts`, so it must NOT be committed.
axiom-fabric-dashboard/src/axiom_fabric_dashboard/static/

*.md
!README.md
