# 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

.quenda 
.claude
AGENTS.md
uv.lock 

# Virtual environments
.venv/
venv/
ENV/

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

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

# Distribution
*.manifest
*.spec

# Logs
*.log

# OS
.DS_Store
Thumbs.db

# Workspace state
.kora/

claude-code/
# Upstream agent sources kept locally for architecture research only
research/vendor/hermes-agent/
research/vendor/openclaw/
# Custom providers (may contain company-specific configuration)
agents/quenda-code/src/quenda_code/agent/extensions/providers/


.mypy_cache
.ruff_cache
uv.lock

# Local credentials for conversation analysis
.quenda-analysis.env
hermes-agent
output/
scripts/
