Datasets:
File size: 389 Bytes
fe09823 |
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 |
# Compiled python modules.
*.pyc
# Setuptools distribution folder.
/dist/
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
# playground directory for running local debug code
playground
# poetry .lock file
poetry.lock
# idea specific folders
.idea
.vscode
# virtual environments
venv
.venv
# cache folders
.pytest_cache
.benchmarks
/docs/site/
/site/
|