# OS
.DS_Store

# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class

# Build/package artifacts
build/
dist/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml

# Local environments
.venv/
venv/
env/
.env

# Generated outputs from reruns / reproductions
results_remaked/
results/

# Docs build
docs/_build/

# Julia (juliacall-managed; do not track)
*.jl.cov

# Jupyter
.ipynb_checkpoints/
