anychat / .gitignore
hysts's picture
hysts HF staff
Update
0e0ba08
raw
history blame
794 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 specific files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
.vs/
# Jupyter Notebook
.ipynb_checkpoints
# Gradio
flagged/
gradio_cached_examples/
# Logs
*.log
logs/
*.out
# Local development settings
.env.local
.env.development.local
.env.test.local
.env.production.local
# Coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg