# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Build artifacts
build/
dist/
*.whl
*.tar.gz

# Environments
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Local knowledge base stores
kb.json

# Editors / OS
.vscode/
.idea/
.DS_Store
