[ci skip] f1-stream: add gitignore for __pycache__, remove committed .pyc
This commit is contained in:
parent
becf56a013
commit
461e355a5d
3 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
node_modules/
|
||||
.claude/
|
||||
.git/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
|
|
|||
2
stacks/f1-stream/files/.gitignore
vendored
Normal file
2
stacks/f1-stream/files/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
__pycache__/
|
||||
*.pyc
|
||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue