16 lines
149 B
Text
16 lines
149 B
Text
# IDEs and editors
|
|
/.idea
|
|
/.vscode
|
|
|
|
# General
|
|
/tmp
|
|
/_tmp
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Build files
|
|
/build
|
|
/build.ninja
|
|
/shuriken.override.yaml
|