File: .gitignore

package info (click to toggle)
scikit-optimize 0.10.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,672 kB
  • sloc: python: 10,659; javascript: 438; makefile: 136; sh: 6
file content (23 lines) | stat: -rw-r--r-- 252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*.py[co]
*~
*.pyc.*
.ipynb_checkpoints/
# created by installing scikit-learn from git
src/*
build/
dist/
*.egg-info/
.idea/
.cache/
.pytest_cache/
doc/_build
doc/modules/generated/
.vscode/
*.pkl
*.gz
*.log
# mac OS users
.DS_Store

# vim users
.*.swp