This website requires JavaScript.
Explore
Help
Sign In
3diy
/
moonraker
Watch
1
Star
0
Fork
You've already forked moonraker
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
636aca6cbd
moonraker
/
.gitignore
8 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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>
2021-03-29 03:00:06 +03:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
gitignore: ignore .devel and .venv folders Signed-off-by: Eric Callahan <arksine.code@gmail.com>
2022-03-19 15:52:50 +03:00
.devel
.venv