__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

# Local databases (default SQLite backend)
*.db
*.sqlite
*.sqlite3

# MCP client config — machine-specific (absolute paths); regenerate per machine
# with `af-mcp install --client claude` (`.bak` files are its backups)
.mcp.json
.mcp.json.bak

.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/
