# Python __pycache__/ *.py[cod] *.egg-info/ *.egg dist/ build/ # Virtual environments .venv/ venv/ # IDE .vscode/ .idea/ *.swp *.swo # Jupyter .ipynb_checkpoints/ # Test/Coverage .coverage htmlcov/ .pytest_cache/ # JAX jax_cache/ # Experiment outputs checkpoints/ runs/ logs/ # OS .DS_Store Thumbs.db