Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 2, 2025
1 parent 0081feb commit 9110a5c
Showing 1 changed file with 42 additions and 65 deletions.
107 changes: 42 additions & 65 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,93 +1,70 @@
# build artifacts
*.7z
*.a
*.bak
**/build/
*.bz2
*.cache
catboost_info/
comparing-lightgbm-to-other-r-gbdt-libraries/*.html
.coverage
*.csv
dask-worker-space/
*.db
**/dist/
*.dll
*.dylib
**/*.egg-info/
*.exe
*.msi
*.o
**/__pycache__/
*.py[cod]
*.rar
*.so
*.tar.gz
*.zip

# documentation
*.doc
*.docm
*.docx
*.pdf
*.ppt
*.pptm
*.pptx

# notebook stuff
*.ipynb_checkpoints/

# misc files
*.DS_Store
*.log
*.cache
*.dylib
**/*.egg-info/
*.env
*.exe
*history

# backup files from tools like aspell and sed
*.bak

# data files
*.csv
*.db
**/htmlcov/
**/.idea/
*.ipynb_checkpoints/
*.json
*.log
*.msi
.mypy_cache/
*.ndjson
*.npy
*.o
*.parquet
*.pdf
*.pem
*.pkl
*.ppt
*.pptm
*.pptx
*.pq
*.sqlite
prefect-fork/*
*.pub
**/__pycache__/
*.py[cod]
.pytest_cache/
*.rar
*.rda
*.Rdata
*.rdp
*.rds
*.tsv
*.xls
*.xlsm
*.xlsx

# files from local testing
catboost_info/
comparing-lightgbm-to-other-r-gbdt-libraries/*.html
.coverage
dask-worker-space/
**/htmlcov/
.mypy_cache/
prefect-fork/*
.pytest_cache/
r-from-the-command-line/critiquer
r-from-the-command-line/stderr.txt
r-from-the-command-line/stdout.txt

# editor files
**/.idea/
**/.vscode

# temporary build stuff
temp-layer-dir/
sam-*.yml
*.pkl

# credentials and key material
config
credentials
credentials.csv
*.env
*.pem
*.pub
*.rdp
*_rsa
.ruff_cache
sam-*.yml
*.so
*.sqlite
*.tar.gz
temp-layer-dir/
*.tsv
**/.vscode
*.xls
*.xlsm
*.xlsx
*.zip

# exclusions
!comparing-lightgbm-to-other-r-gbdt-libraries/rstudio-prefs.json
Expand Down

0 comments on commit 9110a5c

Please sign in to comment.