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:
parent
84253f7dcc
commit
f36d3966ea
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,7 @@
|
||||
# Python bytecode (this repo is also a gateway page-module — imported at runtime)
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
.pnp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user