File: .gitignore

package info (click to toggle)
python-ondilo 0.5.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 100 kB
  • sloc: python: 153; makefile: 7
file content (34 lines) | stat: -rw-r--r-- 282 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
/.venv
/.vscode

# ====== #
# Python #
# ====== #
__pycache__/
.pytest_cache/
*.py[cod]
*.egg-info/
.installed.cfg
*.egg
*.ipynb

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
.eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
pip-wheel-metadata
http