[ci skip] f1-stream: add gitignore for __pycache__, remove committed .pyc

This commit is contained in:
Viktor Barzin 2026-02-23 22:55:38 +00:00
parent becf56a013
commit 461e355a5d
3 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
node_modules/
.claude/
.git/
__pycache__/
*.pyc

2
stacks/f1-stream/files/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
__pycache__/
*.pyc