# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
*.egg
MANIFEST

# uv / venv
.venv/
.uv/

# pytest
.pytest_cache/
.cache/

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# editors
.vscode/
.idea/
*.swp
*~

# OS
.DS_Store
Thumbs.db

# bench scratch logs
bench/*.log

# hatch-vcs: generated at build time, must not be committed
src/jaxtap/_version.py
