wasp-os/.gitignore
Francesco Gazzetta 36bbdaff6d Add *.mpy to gitignore
.mpy files are micropython bytecode and should be ignored.
Now that user-defined apps are implemented, it's likely that .mpy files
will be present in apps/

Signed-off-by: Francesco Gazzetta <fgaz@fgaz.me>
2021-12-24 09:14:03 +00:00

14 lines
119 B
Plaintext

*.hex
*.patch
*.steps
*.zip
.*.swp
*.mpy
__pycache__
cscope.out
docs/build
attic/
wasp/boards/*/watch.py
.idea
.vscode