Skip to content

Commit 9ab8eb5

Browse files
ssantoluSalvador Santoluctio
andauthored
Users/ssantolu/dev (#9)
* cleanup * style fix * fixing tests * updated readme * ran black --------- Co-authored-by: Salvador Santoluctio <salvador.santolucito@ni.com>
1 parent 78f4097 commit 9ab8eb5

16 files changed

+127
-60
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Byte-compiled / optimized / DLL files
22
__pycache__/
3+
**/__pycache__/
4+
*.py[cod]
35

46
# Unit tests
57
.tox/

README.md

Lines changed: 115 additions & 60 deletions
Large diffs are not rendered by default.

labview_fpga_hdl_tools/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
**/__pycache__/
4+
*.py[cod]
-362 Bytes
Binary file not shown.
-10.1 KB
Binary file not shown.
-34.3 KB
Binary file not shown.
-5.06 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)