# Project data: intentionally non-versioned
/data/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/
.venv/
venv/

# Generated AnnData / local outputs
*.h5ad

# Benchmark generated/downloaded artefacts
benchmarks/**/synthetic_data/
benchmarks/**/third_party/
benchmarks/**/results.zip
benchmarks/memory_scalability/results/

# IDE / OS
.DS_Store
.idea/
.vscode/

# Secrets / local configuration
.env
.env.*
!.env.example
