.env

validation/
notebooks/
examples/
tests/test_results/
tests/test_output/

coco/
/images/
mlruns/
coco*
*.tif
*.png

# Allow artifacts folder structure to be tracked (JSON/CSV configs stay in git)
!artifacts/
!artifacts/**/
!artifacts/**/*.json
!artifacts/**/*.csv
# Binary artifacts (models, images) are downloaded via scripts/download_artifacts.sh
artifacts/models/*.pt
artifacts/images/
*.avi
*.pkl
*.profile
*.csv
model_zoo/
data/
*.npy
*.zip
*.xml
*.mp4
yolo_dataset/
examples_old/
_api_test_requests/

# Demo media for the README lives under docs/assets/. It is NOT tracked on
# main — generate locally with scripts/make_demo_assets.sh, then push to the
# orphan `media` branch (see scripts/make_demo_assets.sh for the workflow).
# The README references it via raw.githubusercontent.com on that branch.
docs/assets/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
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/
.pytest_cache/

# 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
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

# IDE settings
.vscode/

# Development debris
CLAUDE.md
commit.md
IMPLEMENTATION_SUMMARY.md
PHASE_CORRELATION_SUMMARY.md
PHASE_CORRELATION_USAGE.md
debug/
test_quick/
.batch_result/
token.env
test_api_connection.py
upload.sh
validation_config.json
artifacts/images/sak/0000_base64.txt
artifacts/images/sak/0000_request.json
scripts/calibration_test.json
scripts/data_prep.ipynb
dart_experiment/DART_Experiment/
dart_experiment/DART_Experiment_old/
dart_experiment/output*/
validation_output/
test_docker_integration.py
TODOs.md
