# Environment
.env
.venv/
venv/
/env/
.Python

# Plans and rules (local development)
.plans/
.rules/

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.py[cod]
*$py.class

# Build artifacts
build/
dist/
*.egg-info/
*.egg
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
*.coverage
.hypothesis/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

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

# Jupyter
.ipynb_checkpoints/

# Benchmarks (large files)
benchmark_results/
*.db

# Downloaded benchmark datasets
rnsr/benchmarks/data/lextime/
rnsr/benchmarks/data/financebench/

# RNSR cache directories
.rnsr_cache/
.rnsr_demo_cache/
.rnsr_finbench_storage/
.rnsr_multi_doc_store/
.rnsr_test_store/

# Huggingface cache (large model files)
.cache/

# Documentation
docs/_build/
site/

# Test PDFs
test_pdfs/# Test documents (too large for GitHub)
rnsr/test-documents/
scripts/office_demo.py

test-documents/

# Screenshots
*.png

matterAiTests/
# rnsr run artifacts
runs/
*.db
