chore: ignore __pycache__ and runtime files, stop tracking generated artifacts
This commit is contained in:
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
# Python bytecode
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Runtime state
|
||||
.device_state.json
|
||||
|
||||
# Misc
|
||||
*_slurp.png
|
||||
Reference in New Issue
Block a user