diff --git a/.gitignore b/.gitignore index 7260145..6812cb1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,12 +3,41 @@ __pycache__/* meshview/__pycache__/* alembic/__pycache__/* meshtastic/protobuf/* + +# Database files packets.db +packets*.db +*.db +*.db-shm +*.db-wal + +# Process files meshview-db.pid meshview-web.pid + +# Config and logs /table_details.py config.ini +*.log + +# Screenshots screenshots/* + +# Python python/nanopb __pycache__/ *.pyc +*.pyo +*.pyd +.Python + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# OS +.DS_Store +Thumbs.db