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

# Virtualenvs
.venv/
venv/

# Pytest
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Rust
target/
Cargo.lock

# Compiled extension modules
*.abi3.so
*.so
*.pyd

# Docs build artifacts
docs/source-built/
docs/zensical-built.yml
docs/.build-cache/
docs/site/

# Claude session-local config
.claude/
