stable-virtual-camera / .gitignore
hangg-sai's picture
Initial commit
a342aa8
raw
history blame contribute delete
514 Bytes
.envrc
.venv/
.gradio/
work_dirs*
logs*
pull_changes.sh
# 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~