mirror of
https://github.com/Relintai/gdnative_python.git
synced 2024-11-08 10:22:08 +01:00
37 lines
394 B
Plaintext
37 lines
394 B
Plaintext
# Python stuff
|
|
/venv*
|
|
__pycache__
|
|
*.pyc
|
|
.mypy_cache
|
|
|
|
# IDE stuff
|
|
.vs
|
|
.vscode
|
|
.idea
|
|
|
|
pandemonium_headers/
|
|
|
|
# mac os thumbs files
|
|
.DS_Store
|
|
|
|
# Pandemonium import folders
|
|
.import
|
|
.cache
|
|
|
|
# Pandemonium 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
|