File: .gitignore

package info (click to toggle)
python-ulmo 0.8.4%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,100 kB
  • sloc: python: 6,752; makefile: 145
file content (15 lines) | stat: -rw-r--r-- 236 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ignore egginfo file
pyhis.egg-info/

# ignore build, dist dir
dist/
build/

# ignore sphinx build dir
docs/_build/

# ignore compiled python files
*.pyc

# Ignore checkpoints created (especially for the examples)
.ipynb_checkpoints