wandb/
.env

# Temporary directory
/tmp/

# documentation site
/site/

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
downloads/

# Coverage reports
htmlcov/
.coverage
coverage.xml

# caches
.pytest_cache/
.ruff_cache/

# Virtual environments
.venv

# Ignore
__ignore__/
