# Operating system and editor files
.DS_Store
.idea/
.vscode/
*.swp
*~

# Python environments, caches, and test output
.pixi/
.venv/
.cache/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Build and documentation output
build/
dist/
site/

# Local configuration and scratch work
.env
.pypirc
*.log
sandbox/
