Skip to content

Commit

Permalink
Cleaning up artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoresi committed Apr 11, 2024
1 parent 593d913 commit 0d2ed11
Show file tree
Hide file tree
Showing 92 changed files with 192 additions and 170,506 deletions.
20 changes: 14 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# MacOS

.DS_Store


# UW3

**/.meshes/*
**/_build/*

*.msh
Jupyterbook/**/.png


# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -144,9 +158,3 @@ dmypy.json
# Cython debug symbols
cython_debug/

# PyCharm
# JetBrains specific template is maintainted in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
Loading

0 comments on commit 0d2ed11

Please sign in to comment.