Spaces:
Sleeping
Sleeping
# TypeScript | |
node_modules/ | |
dist/ | |
*.tsbuildinfo | |
# Python | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
*.so | |
.Python | |
build/ | |
develop-eggs/ | |
dist/ | |
downloads/ | |
eggs/ | |
.eggs/ | |
lib/ | |
lib64/ | |
parts/ | |
sdist/ | |
var/ | |
wheels/ | |
share/python-wheels/ | |
*.egg-info/ | |
.installed.cfg | |
*.egg | |
# Virtual Environment | |
venv/ | |
env/ | |
ENV/ | |
# IDEs and Editors | |
.vscode/ | |
.idea/ | |
*.swp | |
*.swo | |
*~ | |
# OS generated files | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
# Logs | |
*.log | |
npm-debug.log* | |
yarn-debug.log* | |
yarn-error.log* | |
# Testing | |
coverage/ | |
.nyc_output | |
.pytest_cache/ | |
# Miscellaneous | |
.env | |
.env.local | |
.env.development.local | |
.env.test.local | |
.env.production.local |