Skip to content

Commit 6b88ddf

Browse files
committed
Ignore local analysis and generated tutorial data
1 parent 92b6766 commit 6b88ddf

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Planning documents
22
plan/
33

4+
# Local Codex project guidance
5+
/AGENTS.md
6+
47
# Byte-compiled / optimized / DLL files
58
__pycache__/
69
*.py[cod]
@@ -170,11 +173,15 @@ cython_debug/
170173
tests/benchmark_adamson.py
171174

172175
causarray/___*.py
173-
/docs/source/tutorial/adamson
176+
177+
# Adamson tutorial is currently a local analysis and is not part of the
178+
# committed documentation.
179+
/docs/source/tutorial/adamson/
174180

175181
# Replogle tutorial: large data files (regenerate with prep_tutorial_data.py or
176182
# download from the project data repository; replogle_subset.h5ad is ~2 GB)
177183
docs/source/tutorial/replogle/replogle_subset.h5ad
184+
docs/source/tutorial/replogle/replogle_subset_norm*.h5ad
178185
docs/source/tutorial/replogle/replogle_normed.h5ad
179186
docs/source/tutorial/replogle/replogle_results.h5
180187

0 commit comments

Comments
 (0)