Skip to content

Commit

Permalink
[CI/CD] Adding MyPy and PyTest cache to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed Sep 5, 2024
1 parent 3a2cc7a commit 2e6ec25
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,10 @@ traj_comp.xtc
.idea

# VS Code
.vscode/
.vscode/

# MyPy
.mypy_cache/

# Pytest
.pytest_cache/

0 comments on commit 2e6ec25

Please sign in to comment.