.vscode/
.idea/
__pycache__/
*.egg-info
build
dist
.DS_Store

# files from script downloads
openfold3/resources/
tests/test_data/sample_feats.pickle
cutlass/

# default output of scripts/datasets/generate_subset_cache.py + download_subset.py
# (and the generate-pdb-subset/download-pdb-subset pixi tasks, which run from here)
/datasets/

# User-specific claude settings
.claude/

# User-specific pre-commit settings
.pre-commit-config.yaml

# pixi environments
.pixi/*
!.pixi/config.toml

# uv environments
.venv/

# mypy cache
.mypy_cache/
