kv-netflix/.gitignore

40 lines
451 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
*.png
debug_*.py
build_log*.txt
*.log
# 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
# Environment
.agent/
.vscode/
.DS_Store