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

# Virtual environments
.venv
.venv-wsl

# Secrets
.env
.env.*
!.env.example

# OS files
.DS_Store
Thumbs.db
Desktop.ini


CLAUDE.md
AGENTS.md
PLAN.md
TODO.md
.agent/
.claude/
.githooks/

# Misc local files (not for repo)
/main.py
/skills-lock.json
/BROKEN_LINKS_REPORT.txt
# Data
data/

# Backup (파일 삭제 대신 이동)
_backup/

# Node modules (all locations)
node_modules/

# UI build artifacts
ui/build/
ui/web/build/
ui/node_modules/
ui/web/node_modules/
ui/vscode/node_modules/
ui/vscode/dist/
ui/vscode/webview/node_modules/
ui/vscode/*.vsix
ui/vscode/webview/.vite/
ui/screenshots/
ui/vscode/webview/screenshots/
ui/.svelte-kit/

# Landing page build artifacts
landing/build/
landing/.svelte-kit/
landing/static/blog/assets/

# MkDocs build
site/

# Hypothesis test artifacts
.hypothesis/

# Local experiment artifacts
experiments/**/output/
experiments/**/*.parquet
experiments/055_edgarDocs/*.parquet
experiments/055_edgarDocs/batch/
crates/
experiments/105_filingSemanticMap/docsStore/stemIndex.npz
.vscode/

# Temp / debug scripts (root)
/analyze_coverage.py
/final_report.py
/tmp_*.py
/tmp_*.json
/test_*.png

# Video production artifacts
video/

# SNS pipeline + outputs (entire workspace is local-only)
dartlab-sns/
tests/fixtures/dart/docs/034730.parquet
tests/fixtures/dart/docs/055550.parquet
unsloth_compiled_cache/
