# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Environment
.env

# custom
.DS_Store

# backups and logs
.history/
*.log

# Ruff
.ruff_cache/

# Testing and Coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.hypothesis/

# Generated outputs (DO NOT commit)
kaggle_results/
test_results/
demo_results/
test_output/
kaggle_test_output/
docker_results/
results/