# Temp files
.DS_Store
*~
buck-out/

# Compiled files
.venv/
__pycache__/
.mypy_cache/
.ruff_cache/

# Distribution / packaging
/build/
/dist/
/*.egg-info/

# Tests and coverage
/.pytest_cache/
/.cache/
/data/

# docs
/docs/generated/
/docs/_build/

# IDEs
/.idea/
/.vscode/

logs/
wandb/
.ipynb_checkpoints
artifacts/

# Local, site-specific cluster configuration (copy cluster_env.example.sh)
scripts/cluster_env.sh

# Per-site SLURM launch scripts (site-specific paths). A sanitized template is
# kept at scripts/train_model_slurm_torchrun.example.sh.
scripts/train_model_slurm_torchrun_aws.sh
scripts/train_model_slurm_torchrun_hmgu.sh