Skip to content

Commit

Permalink
fix(gitignore): ignore data & ckpt
Browse files Browse the repository at this point in the history
  • Loading branch information
melisande-c committed May 8, 2024
1 parent e847331 commit 8529433
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@
.coverage
coverage.xml
lightning_logs

# data
data/*
**/data/*

# checkpoints
*.ckpt

0 comments on commit 8529433

Please sign in to comment.