Skip to content

Commit

Permalink
Merge pull request #530 from PaulHax/ignore
Browse files Browse the repository at this point in the history
chore: add byte compiled and venv to git ignore
  • Loading branch information
thewtex authored Sep 20, 2022
2 parents e0c9c18 + d3b7563 commit 0aaef3e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,17 @@ examples/integrations/itk/005_32months_T2_RegT1_Reg2Atlas_ManualBrainMask_Stripp
docs/_*
docs/.jupyterlite.doit.db
docs/.cache

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

0 comments on commit 0aaef3e

Please sign in to comment.