Spaces:
Sleeping
Sleeping
File size: 252 Bytes
597500e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Git
.git
.gitignore
# Environments and Secrets
.env
env/
__pycache__/
*.pyc
# Testing and Load Testing
locustfile.py
tests/
.pytest_cache/
htmlcov/
# Documentation and Metadata
.vscode/
.idea/
# Large data files
*.csv
*.json
!master_metadata.json |