# 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/
.venv-test/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/

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

# OS
.DS_Store
Thumbs.db

# ContextTape Generated Data Stores
# These are created by examples and tests - exclude from git
*_store/
*_ts/
wiki_store/
chat_ts/
embedding_store/
quickstart_store/
search_store/
stats_store/
batch_store/
multi_wiki/
multi_chat/
tutorial_*/
client_store/
perf_store/
filtered_store/
metadata_store/
blob_store/
openai_store/
export_store/
hierarchy/

# Keep sample corpus but ignore generated indices
sample_corpus/*.index
sample_corpus/*.pkl

# Temporary files
*.tmp
*.log
agent-analysis.log

# Distribution
dist/
*.tar.gz
*.whl

# Documentation builds
docs/_build/
docs/.doctrees/
site/

# Benchmarks output
bench/*.csv
bench/*.json
bench/*.md

# Debug directories
debug/
DEBUG_DIR/
