# 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

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

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Build
*.whl

# Personal/local query libraries stay in your own config dir, not in this repo.
# Anchored to the repo root so it never matches the bundled package data
# in src/kq/queries/.
KQL snippets.md
*.snippets.md
/queries/
/.kq/
