File: .gitignore

package info (click to toggle)
python-bioframe 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,280 kB
  • sloc: python: 7,459; makefile: 14; sh: 13
file content (31 lines) | stat: -rw-r--r-- 328 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
22
23
24
25
26
27
28
29
30
31
*.swp
*.swo
*~

*.py[cod]
__pycache__
.cache
.pytest_cache
.ipynb_checkpoints/
.venv/*

# setup and build
docs/_*
*.egg-info/
dist/
build/
MANIFEST

# OS-generated files
.DS_Store
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

_scratch/
tmp/
docs/notebooks/.ipynb_checkpoints
.vscode
.spyproject
docs/notebooks/cgranges-test/*