This repository has been archived on 2026-06-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
OSU-Public-Wi-Fi-Login/.gitignore

29 lines
229 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.venv/
venv/
env/
# uv
.uv-cache/
# Local configuration
config.yaml
# PyInstaller
build/
dist/
*.spec
# Logs and service output
*.log
logs/
# Windows
Thumbs.db
Desktop.ini