# 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

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# Logs
*.log
logs/

# Environment variables
.env
.env.local
.env.*.local

# Build outputs
build/
dist/
out/

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

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

# Ruff
.ruff_cache/

# Jupyter
.ipynb_checkpoints

# Project specific
*.zip
*.db
*.sqlite
**/.memory/
**/node_modules/
**/document_index.json
**/chroma/

nul

# Local scratch/outputs (not for repo)
.opencode/
output-jobs/
/memory/
.memory
/knowledge/
sidofun/
agentassist/knowledge/code/
agentassist/knowledge/conversations/
agentassist/knowledge/documents/
agentassist/knowledge/personal/
agentassist/knowledge/profile/
agentassist/knowledge/web/
agentassist/knowledge/work/

/_legacy
