Spaces:
Sleeping
Sleeping
# Python-specific ignores | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
# Virtual environment | |
venv/ | |
env/ | |
*.env | |
# Jupyter Notebook | |
.ipynb_checkpoints | |
# Distribution / packaging | |
.Python | |
build/ | |
develop-eggs/ | |
dist/ | |
downloads/ | |
eggs/ | |
.eggs/ | |
lib/ | |
lib64/ | |
parts/ | |
sdist/ | |
var/ | |
wheels/ | |
*.egg-info/ | |
.installed.cfg | |
*.egg | |
# PyInstaller | |
*.manifest | |
*.spec | |
# Logs | |
*.log | |
# Unit test / coverage reports | |
htmlcov/ | |
.tox/ | |
.coverage | |
.coverage.* | |
.cache | |
nosetests.xml | |
coverage.xml | |
*.cover | |
.hypothesis/ | |
# PyCharm | |
.idea/ | |
# VS Code | |
.vscode/ | |
# macOS | |
.DS_Store | |
# Windows | |
Thumbs.db | |