Files
tvmon/.gitignore

28 lines
338 B
Plaintext

# Environment files (sensitive)
.env.local
.env2.local
# Gradle
.gradle/
build/
!gradle/wrapper/gradle-wrapper.jar
# Android Studio / IntelliJ
.idea/
*.iml
# Local config
local.properties
# Python virtual environment
venv/
__pycache__/
*.pyc
.pytest_cache/
# OS
.DS_Store
Thumbs.db
# APK (will be added separately for release)
*.apk