593b94c120
pytest / Unit Tests (push) Waiting to run
pytest / Integration (integration_tests_a) (push) Waiting to run
pytest / Integration (integration_tests_b) (push) Waiting to run
pytest / Integration (integration_tests_c) (push) Waiting to run
pytest / Integration (integration_tests_d) (push) Waiting to run
pytest / Integration (integration_tests_e) (push) Waiting to run
pytest / Integration (integration_tests_f) (push) Waiting to run
pytest / Integration (integration_tests_g) (push) Waiting to run
pytest / Integration (integration_tests_h) (push) Waiting to run
pytest / Integration (integration_tests_i) (push) Waiting to run
pytest / Integration (integration_tests_j) (push) Waiting to run
pytest / Distributed (distributed_a) (push) Waiting to run
pytest / Distributed (distributed_b) (push) Waiting to run
pytest / Distributed (distributed_c) (push) Waiting to run
pytest / Distributed (distributed_d) (push) Waiting to run
pytest / Distributed (distributed_e) (push) Waiting to run
pytest / Distributed (distributed_f) (push) Waiting to run
pytest / Minimal Install (push) Waiting to run
pytest / Event File (push) Waiting to run
pytest (slow) / py-slow (push) Waiting to run
Publish JSON Schema / publish-schema (push) Waiting to run
159 lines
1.8 KiB
Plaintext
159 lines
1.8 KiB
Plaintext
###################
|
|
# ludwig specific #
|
|
###################
|
|
|
|
*.lock_preprocessing
|
|
.plans/
|
|
results/
|
|
ludwig/results/
|
|
results_*/
|
|
ludwig_arm64/
|
|
|
|
# ailabs-utils
|
|
ailabs_util
|
|
docker_assets
|
|
|
|
# data
|
|
mnist_data/
|
|
profile_images/
|
|
./profile_images/
|
|
|
|
###########
|
|
# General #
|
|
###########
|
|
|
|
# Mac stuff
|
|
.DS_Store
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
env*
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
./downloads/
|
|
./dataset/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# 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/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*,cover
|
|
.hypothesis/
|
|
|
|
# Data
|
|
*.csv
|
|
*.hdf5
|
|
*.meta.json
|
|
*.parquet
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
local_settings.py
|
|
|
|
# Flask stuff:
|
|
instance/
|
|
.webassets-cache
|
|
|
|
# Scrapy stuff:
|
|
.scrapy
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# PyBuilder
|
|
target/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# pyenv
|
|
.python-version
|
|
|
|
# celery beat schedule file
|
|
celerybeat-schedule
|
|
|
|
# SageMath parsed files
|
|
*.sage.py
|
|
|
|
# dotenv
|
|
.env
|
|
|
|
# virtualenv
|
|
.venv
|
|
venv*
|
|
ENV/
|
|
|
|
# Spyder project settings
|
|
.spyderproject
|
|
|
|
# Rope project settings
|
|
.ropeproject
|
|
|
|
# PyCharm
|
|
.idea
|
|
|
|
# ctags
|
|
tags
|
|
|
|
# examples
|
|
examples/*/data/
|
|
examples/*/visualizations/
|
|
|
|
# benchmarking configs
|
|
ludwig/benchmarking/configs/
|
|
|
|
# Aim tracking
|
|
.aim/
|
|
|
|
# Comet
|
|
.comet.config
|
|
|
|
# Test-generated artifacts (image/audio features)
|
|
*.png
|
|
*.wav
|
|
generated_audio/
|
|
generated_images/
|
|
|
|
# Claude Code worktrees (should never be committed)
|
|
.claude/worktrees/
|