File: .gitignore

package info (click to toggle)
python-pomegranate 0.13.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 36,064 kB
  • sloc: python: 11,307; makefile: 257; sh: 37
file content (14 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*.pyc
*.c
.ipynb_checkpoints
*~
.DS_Store
build
*.so
.idea/
.vscode/
dist/
.eggs/
*.egg-info/
*.pyd
.python-version