diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..142c56b --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +data/ +runs/ +results/ +logs/ +__pycache__/ diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..747b13f --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,23 @@ +# AGENTS.md + +## Environment + +This project uses a conda environment named `longitudinal` (Python 3.14). + +Activate with: + +```bash +source /opt/conda/etc/profile.d/conda.sh && conda activate longitudinal +``` + +Key packages: torch 2.14 (+cu126), torchvision, numpy, scipy, pandas, scikit-learn, scikit-image, matplotlib, nibabel, SimpleITK. + +## Project + +Longitudinal (repeated-measures) analysis of medical imaging data. Repo is at an early stage — see README.md for any project notes. + +## Conventions + +- All Python commands must run inside the `longitudinal` conda environment. +- GPU is available (CUDA 12.6); use `torch.device('cuda')` when appropriate. +- No lint/test tooling is configured yet; run scripts directly with `python