mirror of
https://github.com/python-poetry/poetry.git
synced 2026-03-28 22:47:05 +00:00
20 lines
173 B
Plaintext
20 lines
173 B
Plaintext
*.pyc
|
|
|
|
# Packages
|
|
/dist/*
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.pytest_cache
|
|
|
|
.DS_Store
|
|
.idea/*
|
|
.python-version
|
|
.vscode/*
|
|
|
|
/docs/site/*
|
|
.mypy_cache
|
|
|
|
.venv
|
|
/poetry.toml
|