# === secrets — never commit these ===
.env
.env.*
!.env.example

# session state (cookies + device id)
.ofscli/
.opencli/

# raw downloaded data + response cache
data/

# python
__pycache__/
*.py[cod]
.venv/
dist/
build/
*.egg-info/
.pytest_cache/
.coverage
htmlcov/

# editors / OS
.vscode/
.idea/
.DS_Store
