chore: ignore Python bytecode (__pycache__) generated at gateway import

This repo is also a gateway page-module; the kernel imports its Python (__init__.py, api/routes.py, _db.py) at runtime, which writes __pycache__/*.pyc into the working tree. Matches the sibling temper_rejects module's .gitignore.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erik 2026-07-06 10:46:01 +02:00
parent 84253f7dcc
commit f36d3966ea

4
.gitignore vendored
View File

@ -1,3 +1,7 @@
# Python bytecode (this repo is also a gateway page-module — imported at runtime)
__pycache__/
*.py[cod]
# Dependencies
node_modules/
.pnp