lenskit/lkpy

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# log and debug outputs
*.log
*.pdb
*.prof
*.lprof
emissions.csv
intel_power_gadget_log.csv
.coverage*
coverage.*
coverage-summary.md
diff-cover.*
cov-reports/
test-logs/
htmlcov/
perf.data*

# caches and working directories
__pycache__/
*.pyc
.ipynb_checkpoints/
dask-worker-space/
.idea/
.*_cache/
.hypothesis/
.tox/
.vagrant/
.venv/
.uv/
scratch/

# build outputs
build/
dist/
*.egg-info
*.pyd
*.so
*.dll
*.exp
*.lib
*.o
*.obj
lenskit/**/*.c

# environment locks that aren't committed
/*env*.yml
conda-lock.yml
*.lock
*.lock.yml

# Editor and OS cruft
.DS_Store
._.DS_Store
*~
*.tmp
.vs/

# CPP configurations are per-environment
.vscode/c_cpp_properties.json