GPBoost_demo_cache/
GPBoost_demo_files/
European_GDP_spatial_grouped_data_cache/
European_GDP_spatial_grouped_data_files/

NUL

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Bb]uild/
**/README.html
**/Computational_efficiency.html

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
/windows/LightGBM.VC.db

# Created by https://www.gitignore.io/api/python

### Python ###
!/python-package/gpboost/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
prof/
*.prof
coverage.xml
*,cover
.hypothesis/
**/coverage.html
**/coverage.html.zip
R-package/tests/testthat/Rplots.pdf

# Sphinx documentation
docs/_build/
docs/pythonapi/

# Doxygen documentation
docs/doxyoutput/

# pyenv
.python-version

# dotenv
.env

# virtualenv
.venv/
venv/
ENV/

# Spyder project settings
.spyderproject

# Rope project settings
.ropeproject

# R testing artefact
gpboost.model

# saved or dumped model/data
*.model
*.pkl
*.bin

# macOS
**/.DS_Store

# Files from local Python install
python-package/LICENSE
python-package/build_cpp/
python-package/compile/
python-package/gpboost/VERSION.txt

# R build artefacts
**/autom4te.cache/
conftest*
R-package/config.status
R-package/docs
R-package/src/CMakeLists.txt
R-package/src/Makevars
R-package/src/lib_gpboost.so.dSYM/
R-package/src/src/
R-package/src-x64
R-package/src-i386
R-package/**/VERSION.txt
gpboost_r/*
gpboost*.tar.gz
gpboost*.tgz
gpboost.Rcheck/
miktex*.zip

# Files created by R and Python examples and tests
**/lgb-Dataset.data
**/lgb.Dataset.data
**/model.txt
**/lgb-model.txt

# Files from interactive R sessions
.Rproj.user
**/.Rapp.history
**/.Rhistory
*.rda
!R-package/data/agaricus.test.rda
!R-package/data/agaricus.train.rda
!R-package/data/bank.rda
*.RData
!R-package/data/GPBoost_data.RData
*.rds

# credentials and key material
*.env
*.pem
*.pub
*.rdp
*_rsa

# GraphViz artifacts
*.gv
*.gv.*