Spaces:
Sleeping
Sleeping
# Git files | |
.git | |
.gitignore | |
# Python cache files | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
*.so | |
.Python | |
env/ | |
build/ | |
develop-eggs/ | |
dist/ | |
downloads/ | |
eggs/ | |
.eggs/ | |
lib/ | |
lib64/ | |
parts/ | |
sdist/ | |
var/ | |
wheels/ | |
*.egg-info/ | |
.installed.cfg | |
*.egg | |
# Editor directories and files | |
.idea | |
.vscode | |
*.swp | |
*.swo | |
# OS files | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
# Node specific | |
backend/node_modules | |
backend/.env | |
backend/audios/*.mp3 | |
backend/audios/*.wav | |
backend/audios/*.json |