squidgame / .gitignore
sidnvy's picture
Upload folder using huggingface_hub
231a0fb verified
raw
history blame contribute delete
626 Bytes
# Python
__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
# Virtual Environment
venv/
env/
ENV/
.env
.venv
env.bak/
venv.bak/
# IDE - PyCharm
.idea/
*.iml
*.iws
.idea_modules/
# IDE - VSCode
.vscode/
*.code-workspace
.history/
# IDE - Jupyter Notebook
.ipynb_checkpoints
*.ipynb
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
*.py,cover
.hypothesis/
# Misc
.DS_Store
*.log
*.swp
*.swo
.env.local
.env.development.local
.env.test.local
.env.production.local
.gradio/*