Files
sms-remote/.gitignore
T
2026-05-19 00:10:38 +02:00

22 lines
196 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Local application data
log/
*.db
# Gradle
.gradle/
local.properties
# IDEA
.idea/