1
1
forked from iarv/meshview

ignore other database files

This commit is contained in:
Joel Krauska
2025-11-03 15:00:05 -08:00
parent 87ade281ba
commit 991794ed3d

29
.gitignore vendored
View File

@@ -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