File: .gitignore

package info (click to toggle)
python-drizzle 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 203,144 kB
  • sloc: ansic: 6,754; python: 1,817; makefile: 128
file content (54 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (2)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Compiled files
*.py[cod]
*.a
*.o
*.so
__pycache__

# Other generated files
*/version.py
*/cython_version.py
htmlcov
MANIFEST
.coverage*
docs/api/
.pytest_cache

# Test output
drizzle/tests/data/difference_*
drizzle/tests/data/output_*

# Sphinx
_build

# Pycharm editor project files
.idea

# VSCode
.vscode
*.code-workspace

# Packages/installer info
*.egg
*.eggs
*.egg-info
dist
build
eggs
parts
bin
var
sdist
pip-wheel-metadata
develop-eggs
.installed.cfg
distribute-*.tar.gz

# Other
.cache
.tox
.*.sw[op]
*~

# Mac OSX
.DS_Store