.gitignore 110 B

123456789
  1. # Local runtime state (not source)
  2. preview_cache/
  3. touch_settings.json
  4. .env
  5. venv/
  6. # Python
  7. __pycache__/
  8. *.pyc