# 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
MANIFEST

# Virtual environments
venv/
env/
ENV/
.venv/

# Environment variables
.env
.env.local

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Operating system
.DS_Store
Thumbs.db

# Output files (generated by the pipeline)
output/
initial_chunks.txt
semantic_chunks.txt
embeddings.npy
cosine_distances.png

# Test documents (exclude actual documents but keep examples)
*.pdf
*.docx
*.doc
!example_document.*

# Logs
*.log

# Temporary files
*.tmp
*.temp

# Jupyter
.ipynb_checkpoints/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# pytest
.pytest_cache/
.coverage
htmlcov/

# Documentation builds
docs/_build/
documents/