.part*
part-*
_SUCCESS*
._SUCCESS*
scripts/ieee_cis_fraud/data/
frontend/playwright-report-integration/trace/
docs/.vitepress/cache/
frontend/ext-3d-force_raw
frontend/playwright-report-integration/data
frontend/test-results-integration/.last-run.json
frontend/test-results-integration
scripts
# =============================================================================
# Project-specific
# =============================================================================
frontend/ext-3d-force/exp
.logs
.pids
api/tmp/
uv.toml
metastore_db/
derby.log
spark-warehouse/
alembic/versions/

# IDE / Editor
.vscode
.idea
*.swp

# Claude Code — skills are project workflow docs and stay tracked;
# everything else (local settings, plans) is machine-local.
.claude/*
!.claude/skills/

# =============================================================================
# Python
# =============================================================================
__pycache__/
*.py[codz]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
.installed.cfg
MANIFEST
.venv
venv/
env/

# Testing
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
.pytest_cache/
coverage/
nosetests.xml
coverage.xml

# Type checkers
.mypy_cache/
.pytype/
.ruff_cache/

# =============================================================================
# Node.js
# =============================================================================
node_modules/

# =============================================================================
# Environment
# =============================================================================
.env
.envrc
*.log

# =============================================================================
# OS
# =============================================================================
**/.DS_Store

# =============================================================================
# Playwright
# =============================================================================
playwright-report/
test-results/

# =============================================================================
# Performance reports
# =============================================================================
frontend/perf-report.json

# =============================================================================
# Build artifacts (generated by make build)
# =============================================================================
api/graphlagoon/static/assets/
api/graphlagoon/static/.vite/
api/graphlagoon/static/index.html
CHANGELOG-release.md

# =============================================================================
# Data (warehouse)
# =============================================================================
warehouse/data

# =============================================================================
# Raw datasets — large, downloaded, never committed
# =============================================================================
# Root-anchored on purpose: a bare `data/` would also swallow any nested
# directory named data/ that a future subproject might actually want tracked.
/data/
