wiki-speedrun / .gitignore
jwlutz's picture
removing images from git history
0193508
Raw
History Blame Contribute Delete
681 Bytes
# Data files (large embeddings/graphs - too big for git)
data/embeddings.npy
data/link_graph.msgpack
data/titles.json
data/title_to_idx.json
# Claude Code / Vibe
.claude/
.vibe/
# Transcripts and specs
transcript.txt
*_spec.md
# Testing
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
# Windows artifacts
nul
# Temp files
*.tmp
*.tmp.*
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
.env
.venv
env/
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
data/faiss_index.bin
docs/images/