- Added *.txt files to .gitignore to exclude etc files. - Refactored Mikrotik class to inherit from BaseDevice for improved structure and functionality.
13 lines
134 B
Plaintext
13 lines
134 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
main.py
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# etc files
|
|
*.txt |