diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-02-10 18:13:20 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-02-10 18:13:20 +0000 |
commit | 464b9fadc814bbd45f4e75376cdd9b6703bfad0b (patch) | |
tree | 44c9781549864a1054f87794b8599482aaa47fbd /.gitignore | |
parent | a39208de998519bf0a6a3c968ae5070a43f954cf (diff) | |
download | BetterZFSReplication-464b9fadc814bbd45f4e75376cdd9b6703bfad0b.tar.gz BetterZFSReplication-464b9fadc814bbd45f4e75376cdd9b6703bfad0b.zip |
Started on TrueNAS HTTP API
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +autoBackup/.env + + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] |