gemma-demo / .gitignore
AC2513's picture
added test for framing
eab0adb
raw
history blame contribute delete
837 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environment
venv/
env/
ENV/
.venv/
.env/
pip-wheel-metadata/
# PyInstaller
*.manifest
*.spec
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
# Pytest
.pytest_cache/
# MyPy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre
.pyre/
# Pytype
.pytype/
# Cython debug symbols
cython_debug/
# VS Code settings
.vscode/
# Jupyter Notebook checkpoints
.ipynb_checkpoints/
# dotenv environment files
*.env
*.env.*
# IDEs
.idea/
*.sublime-project
*.sublime-workspace
# Logs
*.log
# macOS
.DS_Store