File: .gitignore

package info (click to toggle)
python-poetry-dynamic-versioning 1.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 464 kB
  • sloc: python: 1,474; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 263 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
__pycache__/
.cache/
.coverage
.env/
.idea/
.mypy_cache/
.poetry/
.pytest_cache/
.ruff_cache/
.tox/
.vagrant/
.venv/
*.egg-info/
/setup.py
build/
dist/
htmlcov/
pip-wheel-metadata/
*.log
*.whl
tests/project*/poetry.lock
# created by github codespaces
pythonenv*/