Spaces:
Sleeping
Sleeping
# Python cache and build artifacts | |
__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 | |
MANIFEST | |
# Virtual environments | |
.env | |
.venv | |
env/ | |
venv/ | |
ENV/ | |
env.bak/ | |
venv.bak/ | |
# UV cache and lock files (keep uv.lock in git) | |
.uv/ | |
# IDE and editor files | |
.vscode/ | |
.idea/ | |
*.swp | |
*.swo | |
*~ | |
.cursor/ | |
# OS generated files | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
# Test files | |
.pytest_cache/ | |
.coverage | |
htmlcov/ | |
.tox/ | |
# Model checkpoints (downloaded at runtime) | |
checkpoints/ | |
# Local packages directory | |
packages/ | |
# Environment files | |
.env.local | |
.env.development | |
.env.test | |
# Logs | |
*.log | |
logs/ | |
# Temporary files | |
*.tmp | |
*.temp | |
tmp/ | |
temp/ | |
# Large media files | |
*.mp4 | |
*.avi | |
*.mov | |
*.mkv | |
*.h264 | |
*.h265 | |
recordings/ |