Spaces:
Configuration error
Configuration error
# 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/ | |
pip-wheel-metadata/ | |
share/python-wheels/ | |
*.egg-info/ | |
.installed.cfg | |
*.egg | |
MANIFEST | |
# PyInstaller | |
# Usually these files are written by a python script from a template | |
# before PyInstaller builds the exe, so as to inject date/other infos into it. | |
*.manifest | |
*.spec | |
# Installer logs | |
pip-log.txt | |
pip-delete-this-directory.txt | |
# Unit test / coverage reports | |
htmlcov/ | |
.tox/ | |
.nox/ | |
.coverage | |
.coverage.* | |
.cache | |
nosetests.xml | |
coverage.xml | |
*.cover | |
*.py,cover | |
.hypothesis/ | |
.pytest_cache/ | |
# Translations | |
*.mo | |
*.pot | |
# Django stuff: | |
*.log | |
local_settings.py | |
db.sqlite3 | |
db.sqlite3-journal | |
# Flask stuff: | |
instance/ | |
.webassets-cache | |
# Scrapy stuff: | |
.scrapy | |
# Sphinx documentation | |
docs/_build/ | |
# PyBuilder | |
target/ | |
# Jupyter Notebook | |
.ipynb_checkpoints | |
# IPython | |
profile_default/ | |
ipython_config.py | |
# pyenv | |
.python-version | |
# pipenv | |
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. | |
# However, in case of collaboration, if having platform-specific dependencies or dependencies | |
# having no cross-platform support, pipenv may install dependencies that don't work, or not | |
# install all needed dependencies. | |
#Pipfile.lock | |
# PEP 582; used by e.g. github.com/David-OConnor/pyflow | |
__pypackages__/ | |
# Celery stuff | |
celerybeat-schedule | |
celerybeat.pid | |
# SageMath parsed files | |
*.sage.py | |
# Environments | |
.env | |
.venv | |
env/ | |
venv/ | |
ENV/ | |
env.bak/ | |
venv.bak/ | |
.venv/ | |
# Spyder project settings | |
.spyderproject | |
.spyproject | |
# Rope project settings | |
.ropeproject | |
# mkdocs documentation | |
/site | |
# mypy | |
.mypy_cache/ | |
.dmypy.json | |
dmypy.json | |
# Pyre type checker | |
.pyre/ | |
# PyTorch | |
*.pth | |
*.pt | |
*.bin | |
*.pkl | |
*.pickle | |
# Transformers cache | |
transformers_cache/ | |
.cache/ | |
cache/ | |
# Hugging Face | |
.huggingface/ | |
hf_cache/ | |
# Model files (if too large for git) | |
*.safetensors | |
pytorch_model.bin | |
model.safetensors | |
adapter_model.safetensors | |
# Large files that shouldn't be in git | |
*.h5 | |
*.hdf5 | |
*.tar.gz | |
*.zip | |
*.rar | |
*.7z | |
# OS generated files | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Thumbs.db | |
desktop.ini | |
# IDE files | |
.vscode/ | |
.idea/ | |
*.swp | |
*.swo | |
*~ | |
# Logs | |
logs/ | |
*.log | |
log.txt | |
# Temporary files | |
tmp/ | |
temp/ | |
*.tmp | |
*.temp | |
# GPU cache | |
.nv/ | |
# Gradio temporary files | |
gradio_cached_examples/ | |
flagged/ | |
# Custom dataset files (if any) | |
data/ | |
datasets/ | |
images/ | |
*.csv | |
*.json | |
*.jsonl | |
*.txt | |
# Backup files | |
*.bak | |
*.backup | |
# Configuration files with sensitive data | |
config.yaml | |
config.json | |
secrets.yaml | |
secrets.json | |
# Virtual environment | |
conda-meta/ | |
# Tensorboard logs | |
runs/ | |
tb_logs/ | |
tensorboard_logs/ | |
# Weights and Biases | |
wandb/ | |
# MLflow | |
mlruns/ | |
# DVC | |
.dvc/ | |
.dvcignore | |
# Pytest | |
.pytest_cache/ | |
# Coverage | |
.coverage | |
htmlcov/ | |
# Profiling | |
*.prof | |
# Local development | |
local/ | |
test_images/ | |
examples/ | |
demo_images/ | |
# Streamlit | |
.streamlit/ | |
# FastAPI | |
.env.local | |
.env.development | |
.env.test | |
.env.production | |
# Ignore large model directories if they exist locally | |
models/ | |
checkpoints/ | |
saved_models/ | |
# Ignore any local test files | |
test_*.py | |
*_test.py | |
test/ | |
tests/ | |
# Ignore any local notebooks for development | |
*.ipynb | |
notebooks/ | |
# Performance profiling | |
*.prof | |
*.lprof | |
# Ignore unsloth specific files | |
unsloth_compiled_cache/ | |
# Ignore .gradio | |
.gradio/ | |
# Allow requirements.txt | |
!requirements.txt | |
# Ignore local model directory (too large for git) | |
gemma-3n_pois_med_plants/ | |