Skip to content

Commit

Permalink
add examples files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-desbureaux-tellae committed Nov 25, 2024
1 parent 8e0e19b commit bc68105
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# analysis outputs
/outputs

# test tmp folder
tests/tmp/

# example data and outputs
examples/*.feather
examples/*.tex

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -137,9 +147,3 @@ dmypy.json
# Generated html notebooks
*.html
*_files/

# analysis outputs
/outputs

# test tmp folder
tests/tmp/

0 comments on commit bc68105

Please sign in to comment.