diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rwxr-xr-x | main.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c75dc7c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +logs/* @@ -1,4 +1,5 @@ #!/usr/bin/env python3 + """ main.py — LabDAQ entry point. |
