Spaces:
Runtime error
Runtime error
File size: 247 Bytes
2e43cec |
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 |
# Python artifacts
__pycache__/
*.pyc
*.pyo
*.pyd
# Output file
output.txt
# Unit test artifacts
.coverage
.coverage.
htmlcov/
# Virtual environment
venv/
*.egg-info/
# Jupyter Notebook
.ipynb_checkpoints/
# Miscellaneous
*.swp
*.swo
*.swn
*~ |