[ci skip] f1-stream: add gitignore for __pycache__, remove committed .pyc
This commit is contained in:
parent
d7d347de27
commit
4fd3e2d770
3 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
.claude/
|
.claude/
|
||||||
.git/
|
.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