File: .gitignore

package info (click to toggle)
pysurfer 0.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 16,352 kB
  • sloc: python: 4,786; makefile: 141; sh: 10
file content (32 lines) | stat: -rwxr-xr-x 372 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
*.pyc
*.pyo
*.log
*~
.#*
*.swp
*.orig
*.mov
build
.idea/

dist/
doc/_build/
doc/build/
doc/auto_examples/
doc/generated/
doc/example_data
doc/modules/generated/
doc/documentation/pysurfer_usage.txt
pip-log.txt
.coverage
tags
doc/coverages
doc/samples
*.jpg
pysurfer.egg-info
*.avi
.tmp/*.png
examples/example_data/coord-lh.label
.ipynb_checkpoints/
.cache/
.pytest_cache/