# Local secrets and runtime data
config.json
data/*.json
!data/.gitkeep

# Python
__pycache__/
*.pyc

