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

.pixi/*
!.pixi/config.toml

.pytest_cache/
.ruff_cache/

.ipynb_checkpoints

.vscode/
.idea/
*.swp
*.swo
.DS_Store

*.log

site/

node_modules/
frontend/dist/
frontend/.vite/
frontend/node_modules/
