Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Marin committed May 31, 2021
1 parent 0d0cb6f commit ffa4ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ __pycache__
.ipynb_checkpoints
*.egg-info
build
env

# Archives
*.zip
Expand Down
2 changes: 1 addition & 1 deletion stilutils/bin/denoiser.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3

import argparse
import h5py
Expand Down

0 comments on commit ffa4ce6

Please sign in to comment.