Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiim committed Sep 2, 2024
1 parent f1e2d4a commit fc3edb9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,3 @@ cython_debug/
# Built Visual Studio Code Extensions
*.vsix

*_.*
2 changes: 2 additions & 0 deletions doa_py/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
__version__ = "1.3.1"
__author__ = "Qian Xu"
4 changes: 4 additions & 0 deletions doa_py/algorithm/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from .broadband import *
from .esprit_based import *
from .music_based import *
from .sparse import *

0 comments on commit fc3edb9

Please sign in to comment.