gdnative_python/.gitignore

38 lines
416 B
Plaintext
Raw Normal View History

# Python stuff
/venv*
__pycache__
*.pyc
.mypy_cache
# IDE stuff
.vs
.vscode
.idea
pandemonium_headers/
# mac os thumbs files
.DS_Store
2023-06-02 11:31:19 +02:00
# Pandemonium import folders
.import
.cache
2023-06-02 11:31:19 +02:00
# 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
output.preprocessed.c