# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
venv/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

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

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# mypy
.mypy_cache/
.dmypy.json

# Pyre type checker
.pyre/

# VS Code
.vscode/

# macOS
.DS_Store

# Local files
*.db
*.sqlite3
temp_download/
example_docs/ storage/
.env
.env.example

# Test files and demos
*_test.py
*_demo.py
claude_api_test.py
complete_workflow_test.py
demo_complete_workflow.py
fixed_workflow_test.py
perfect_demo.py
simple_llm_test.py
ultimate_docex_test.py
test_direct_local_llm.py
test_e2e_local_llm.py
test_llm_with_local_fs.py
test_meeting_notes.txt

# API keys and secrets
*api_key*
*secret*
sk-ant-*
KB_Implementation_Proposal.html

# Documentation files (email responses, summaries, etc.)
EMAIL_RESPONSE_*.md
*_SUMMARY.md
DOCEX_KB_RELATIONSHIP.md
GENERIC_KB_SERVICE_SUMMARY.md
PR_DESCRIPTION.md
