Spaces:
Build error
Build error
File size: 487 Bytes
69e8a15 |
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 |
*.pyc
# Packages
*.egg
!/tests/**/*.egg
/*.egg-info
/dist/*
build
_build
.cache
*.so
venv
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.pytest_cache
.DS_Store
.idea/*
.python-version
.vscode/*
/test.py
/test_*.*
/setup.cfg
MANIFEST.in
/setup.py
/docs/site/*
/tests/fixtures/simple_project/setup.py
/tests/fixtures/project_with_extras/setup.py
.mypy_cache
.venv
/releases/*
pip-wheel-metadata
/poetry.toml
poetry/core/*
/backup/*
/tmp/*
/models/*
bom.xml |