# SPDX-FileCopyrightText: 2026 The Nikasha Authors
# SPDX-License-Identifier: Apache-2.0

# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.hypothesis/
.coverage
.coverage.*
coverage.xml
htmlcov/
.benchmarks/

# Nikasha runtime artefacts (may hold embargoed or third-party report text: never commit)
.nikasha/
bench/cache/
bench/results/*/
*.nikasha-cache

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# Zensical build output (make docs)
site/
