# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# Ruff cache
.ruff_cache/

# Distribution / packaging
dist/

# Unit test / coverage reports
htmlcov/
.coverage
.coverage.*
.pytest_cache/
coverage.xml
coverage.json


# Environments
.env
.venv
env/
venv/

# mypy
.mypy_cache/

# Possible PDF generated from testing
tests/outputs/**

# Documentation site
site/
.cache/
