# Python bytecode files __pycache__/ *.py[cod] *$py.class # Distribution / packaging dist/ build/ *.egg-info/ *.egg # Database files lte_data.db dist/lte_data.db # PyInstaller build/ *.spec # Logs *.log # Environment .env .venv env/ venv/ ENV/ ffmpeg/ # IDE specific files .idea/ .vscode/ *.swp *.swo # OS specific files .DS_Store Thumbs.db /lte_manager