stable-virtual-camera / .gitignore
sengerchen's picture
Upload folder using huggingface_hub
1bb1365 verified
raw
history blame contribute delete
492 Bytes
.envrc
.venv/
.gradio/
work_dirs*
# Byte-compiled files
__pycache__/
*.py[cod]
# Virtual environments
env/
venv/
ENV/
.VENV/
# Distribution files
build/
dist/
*.egg-info/
# Logs and temporary files
*.log
*.tmp
*.bak
*.swp
# IDE files
.idea/
.vscode/
*.sublime-workspace
*.sublime-project
# OS files
.DS_Store
Thumbs.db
# Testing and coverage
htmlcov/
.coverage
*.cover
*.py,cover
.cache/
# Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Pre-commit hooks
.pre-commit-config.yaml~