File: .gitignore

package info (click to toggle)
python-cooler 0.10.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 32,600 kB
  • sloc: python: 11,033; makefile: 173; sh: 31
file content (36 lines) | stat: -rw-r--r-- 351 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
32
33
34
35
36
*.swp
*.swo
*~

*.py[cod]
__pycache__

# test and coverage artifacts
.cache
.pytest_cache
.coverage
.coverage.*
coverage.xml
htmlcov/

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

# dev and virtual environment
.venv/
venv/
.idea/

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

tmp/
_scratch/