# Packages
__pycache__

# Unit test / coverage reports
.coverage
.pytest_cache
.nox
.hypothesis/
.cache/
site/
htmlcov/

# Log files
*.log

# Environment vars files
.env

# Pyenv
.python-version

# Environment directories
.venv/

# Hypothesis
.hypothesis/

# To do
.todo

# Documentation
docs/_build/
docs/generated/
site/  # MkDocs build output

# Linter/formatter
.ruff_cache/

# OS specific
.DS_Store

.vscode/

# UV
uv.lock
