[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 d7d347de27
commit 4fd3e2d770
No known key found for this signature in database
GPG key ID: 0EB088298288D958
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