# Compilation
__pycache__

# Task runners and shell scripts
*.sh

# uv
.python-version

# Linting
.ruff_cache

# Testing
.pytest_cache
.coverage
coverage.xml
htmlcov/

# Distribution / packaging
build
dist
*.egg-info
src/latents/_version.py

# Notebooks
notebooks/

# Saved models and datasets
*.safetensors

# Sphinx documentation
docs/_build
docs/source/auto_examples/
docs/source/auto_benchmarks/
docs/source/sg_execution_times.rst

# Virtual environments
.env
.venv
env
venv

# Development environments
.vscode

# Claude Code
.claude/settings.local.json
audits/

# Benchmark working directory outputs (committed results live in docs)
benchmarks/results/
benchmarks/logs/
