__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Poetry
poetry.lock

# pytest
.pytest_cache/
.coverage
htmlcov/

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

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

# OS
.DS_Store
Thumbs.db

# Claude
.claude/
CLAUDE.md

#QWEN
.qwen/

# Internal docs (not published)
docs/*
!docs/observability.md
!docs/evalhub.md
!docs/architecture/
!docs/production-checklist.md
!docs/comparison-matrix.md
!docs/agent-bundle-v1.md

# Saved vectorstores
*.npz
typescript
.synapsekit_evals/

# ASV machine profiles (contributor-specific, not project config)
benchmarks/asv/machine.json
# pytest-benchmark output artifact (--benchmark-json), regenerated each run
benchmarks/benchmark.json
.asv/

# release-validation harness output
release_check_report.md
release_check_report.json

# local demo recordings (source; hosted video lives in SynapseKit/media)
*.mov
