File: .gitignore

package info (click to toggle)
python-parse-type 0.6.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 772 kB
  • sloc: python: 5,273; sh: 9; makefile: 6
file content (38 lines) | stat: -rw-r--r-- 410 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
*.py[cod]

# -- TEMPORARY PYTHON PACKAGE PARTS:
parse_type/_version.py
MANIFEST
*.egg
*.egg-info
dist
build
downloads
__pycache__

# Installer logs
pip-log.txt

Pipfile
Pipfile.lock

# -- TESTS, COVERAGE REPORTS, ...
.cache/
.direnv/
.eggs/
.pytest_cache/
.ruff_cache/
.tox/
.venv*/
.coverage
.done.*

# -- IDE-RELATED:
.fleet/
.idea/
.vscode/
.project
.pydevproject

# -- EXCLUDE GIT-SUBPROJECTS:
/lib/parse/