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
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
Loading…
x
Reference in New Issue
Block a user