# Ignore the virtual environment folder track/ # Ignore Python cache files __pycache__/ *.pyc *.pyo *.pyd .Python # Ignore project data and generated files resources/projects/ resources/trip_archive/ resources/credentials.enc resources/key.key resources/server_settings.enc # Ignore generated videos and frames *.mp4 *.avi *.mov *.webm cinema_frames/ progressive_frames/ # Ignore test files and temporary files test_*.py *.tmp *.log # Ignore IDE files .vscode/ .idea/ *.swp *.swo # Ignore OS files .DS_Store Thumbs.db