Update .gitignore and refactor Mikrotik model to inherit from BaseDevice
- Added *.txt files to .gitignore to exclude etc files. - Refactored Mikrotik class to inherit from BaseDevice for improved structure and functionality.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -8,3 +8,6 @@ wheels/
|
||||
main.py
|
||||
# Virtual environments
|
||||
.venv
|
||||
|
||||
# etc files
|
||||
*.txt
|
||||
Reference in New Issue
Block a user