moonraker: Add a .gitignore file
Ignore bytecode. This keeps git status compact and prevents git clean from removing these files. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
eb681fc960
commit
da9b9e184d
|
@ -0,0 +1,4 @@
|
|||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
Loading…
Reference in New Issue