# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/

# Test / type-check / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Editor / OS
.idea/
.vscode/
.DS_Store

# WSL alternate-data-stream artifacts from files copied off a Windows drive
*:Zone.Identifier

# Jupyter
.ipynb_checkpoints/

# JAX / numerical artifacts
*.npy
*.npz
*.pkl
