# VSCode
.vscode/*

# Build and Distribution
dist/
build/
*.egg-info/

# Python Bytecode and Cache
__pycache__/
*.py[cod]
*$py.class

# Environments
.venv/
env/
venv/

# Documentation builds
site/

# JAX/XLA Compilation Cache
.jax_cache/

# Tool Caches
.cache/
.pytest_cache/
.ruff_cache/
.mypy_cache/
