# --- OS ---
.DS_Store

# --- Editors ---
.vscode
.idea
*.code-workspace

# --- Python ---
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/*
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# --- Environments ---
venv
.venv
.venv-*
.python-version

# --- Notebooks ---
notebooks/.ipynb_checkpoints/*ipynb
**/.ipynb_checkpoints/

# --- Data & model artifacts ---
data/*
checkpoint/*.pth
runs
mnist_performance*/*
lightning_logs/

# --- Profiling & reports ---
profile*
report/
report*/
summary.md
tests/unit/output/

# --- Local tool state ---
.claude/
