65 lines
798 B
Text
65 lines
798 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
venv/
|
|
venv_local/
|
|
.env
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
.DS_Store
|
|
|
|
# Frontend build
|
|
frontend/dist/
|
|
frontend/.cache/
|
|
|
|
# Debug files and temp outputs
|
|
*.png
|
|
!**/res/**/*.png
|
|
debug_*.py
|
|
build_log*.txt
|
|
*.log
|
|
*_response.json
|
|
payload.json
|
|
|
|
# Backend debug/scraper output files
|
|
backend/*.html
|
|
backend/*.txt
|
|
backend/*.js
|
|
backend/*.json
|
|
!backend/go.json
|
|
|
|
# Binaries and executables
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
backend/server
|
|
|
|
# Database files
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Android TV
|
|
android-tv/.gradle/
|
|
android-tv/app/build/
|
|
android-tv/build/
|
|
android-tv/local.properties
|
|
android-tv/.idea/
|
|
android-tv/.kotlin/
|
|
|
|
# Build and Release
|
|
release/
|
|
*.apk
|
|
!frontend-react/public/streamflow-tv.apk
|
|
*.zip
|
|
|
|
# Environment and IDE
|
|
.agent/
|
|
.vscode/
|
|
.DS_Store
|
|
.idea/
|