# macOS
**/.DS_Store
.AppleDouble
.LSOverride

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

# zensical / docs build output
site/
.venv/
.venv-*/
venv/
env/
.env

# uv
.python-version
.uv-cache/

# pytest / coverage
.cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

# mypy / type checkers
.mypy_cache/
.dmypy.json
.pytype/

# Jupyter
.ipynb_checkpoints/

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

# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.cmake

# Build artifacts
*.o
*.a
*.dylib
*.dll

# Distribution
*.zip
*.tar.gz
