mirror of
https://github.com/Relintai/gdnative_python.git
synced 2024-11-12 10:25:08 +01:00
35 lines
360 B
Plaintext
35 lines
360 B
Plaintext
# Python stuff
|
|
/venv*
|
|
__pycache__
|
|
*.pyc
|
|
.mypy_cache
|
|
|
|
# IDE stuff
|
|
.vs
|
|
.vscode
|
|
.idea
|
|
|
|
# mac os thumbs files
|
|
.DS_Store
|
|
|
|
# Godot import folders
|
|
.import
|
|
.cache
|
|
|
|
# Godot runtime logs
|
|
logs
|
|
|
|
# Scons build artefact
|
|
.sconsign.dblite
|
|
|
|
# scons stuff
|
|
/custom.py
|
|
|
|
# Build directory
|
|
/build/
|
|
|
|
# Lazy generated symlinks on build
|
|
/examples/*/addons
|
|
/tests/*/addons
|
|
/tests/*/lib
|