# Python
.venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/

# Secrets / runtime
config.yaml
keys/
uploads/
logs/
*.pid

# Editor
.vscode/
.idea/
