Skip to content

Commit b416a79

Browse files
committed
Add .gitignore to regulatory_networks demo
Exclude simulation output artifacts (CSV files and output directories) from version control. These are generated at runtime and should not be committed.
1 parent 1af1a65 commit b416a79

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Simulation output files
2+
*.csv
3+
ex1/
4+
ex2/

0 commit comments

Comments
 (0)