File: .gitignore

package info (click to toggle)
python-libpyvinyl 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,020 kB
  • sloc: python: 3,213; makefile: 11
file content (21 lines) | stat: -rw-r--r-- 259 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
*.pyc
*.pyo
.*.*.swp
.idea
*.bak
*.code-workspace
.ropeproject
tags
doc/build
libpyvinyl.egg-info
.#*.*
.readthedocs.yaml
**/notebooks/*.json
**/notebooks/*.h5
**/notebooks/tmp*
**/notebooks/.ipynb_checkpoints/
tests/*.json
tests/*.h5
tests/tmp*
dist/
build/