.pyenv
.vscode
config.yaml
meshtastic.sqlite
__pycache__/
plugins/__pycache__/
.aider*
*.pyc
*.pyo
*.pyd
*$py.class
custom_plugins/
logs/**
plugins/custom/**
plugins/community/**
data/**

# Allow the directories themselves to be tracked
!data/.gitkeep
!logs/.gitkeep
!plugins/custom/.gitkeep
!plugins/community/.gitkeep