# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
env/
.env

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

# OS
.DS_Store
Thumbs.db

# Project specific - runtime data (not tracked)
context/chunks/*.md
context/session_memory.json
context/index.json
context/domains.json
context/sessions.json
context/embeddings.npz
logs/
*.log

# Build artifacts
dist/
build/
*.egg-info/
src/*.egg-info/

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
