Spaces:
Sleeping
Sleeping
# Python | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
*.so | |
.Python | |
build/ | |
develop-eggs/ | |
dist/ | |
downloads/ | |
eggs/ | |
.eggs/ | |
lib/ | |
lib64/ | |
parts/ | |
sdist/ | |
var/ | |
wheels/ | |
*.egg-info/ | |
.installed.cfg | |
*.egg | |
# Environment | |
.env | |
.venv | |
env/ | |
venv/ | |
ENV/ | |
# IDE | |
.idea/ | |
.vscode/ | |
*.swp | |
*.swo | |
# Logs | |
*.log | |
logs/ | |
# Testing | |
.coverage | |
htmlcov/ | |
.pytest_cache/ | |
# macOS | |
.DS_Store | |
.AppleDouble | |
.LSOverride | |
Icon | |
._* | |
.DocumentRevisions-V100 | |
.fseventsd | |
.Spotlight-V100 | |
.TemporaryItems | |
.Trashes | |
.VolumeIcon.icns | |
.com.apple.timemachine.donotpresent | |
# Directories potentially created on remote AFP share | |
.AppleDB | |
.AppleDesktop | |
Network Trash Folder | |
Temporary Items | |
.apdisk.env | |