# Byte-compiled / optimized / DLL files
__pycache__/
*.py[codz]
*$py.class
*.so

# Distribution / packaging
build/
dist/
wheels/
*.egg-info/
*.egg

# Environments
.venv/
venv/
env/
ENV/
.env

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.hypothesis/
.nox/
.tox/

# Tool caches (ruff, pyrefly, ty, zensical)
.ruff_cache/
.pyrefly_cache/
.ty_cache/
.cache/

# Zensical documentation build output
site/

# Jupyter
.ipynb_checkpoints/
profile_default/
ipython_config.py

# Editors / IDEs
.idea/
.DS_Store

# Claude Code machine-local settings (shared settings.json is committed)
.claude/settings.local.json

# PyPI credentials
.pypirc

# NOTE: .python-version and uv.lock are intentionally committed.
