__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/

# venv
venv/
env/
.venv/

# ---- Runtime / secrets (never commit) ----
instance/
runtime/conf/frps*.ini
runtime/conf/*.ini.tmp
runtime/*.pid

# Dev/test scratch
_smoke_test.py

# editor
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# binary (deploy.sh downloads)
runtime/bin/frps

# runtime logs (created at startup)
runtime/logs/
runtime/*.log
