# Python
__pycache__/
*.py[cod]
*.pyo

# Build artifacts
build/
dist/
*.egg-info/

# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.uv-cache/
.coverage
node_modules/
docs/.vitepress/cache/
docs/.vitepress/dist/

# Virtual environments
.venv/
venv/

# Local environment
.env
.env.*
notes/
sample_projects
target/
src/quater/*.so
.bench-venv
