File: .gitignore

package info (click to toggle)
python-hmmlearn 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 588 kB
  • sloc: python: 4,797; cpp: 321; makefile: 13
file content (19 lines) | stat: -rw-r--r-- 199 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*.egg-info/
.*.swp
*.o
*.pyc
*.pyd
*.so
.cache/
.eggs/
.ipynb_checkpoints/
.pytest_cache/
build/
dist/
htmlcov/
oprofile_data/
.coverage
.coverage.*
.gdb_history
# generated by doctest:
filename.pkl