# local caches (FlyWire raw data lives here, ~850 MB — never commit)
.cache/
.ftl-extract-cache/

# IDE
.idea/
.vscode/

# python / uv
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
build/
*.egg-info/

# generated dataset (large; regenerated by scripts/make_dataset.py)
fly_ftl_extract/data/dataset/

# copies the Claude desktop app makes of files sent to the user
.claude_output_temp/
