# Python
__pycache__/
*.py[cod]
.Python
build/
dist/
*.egg-info/

# Version file, generated by hatch-vcs
/src/spexial/_version.py

# Tooling caches
.cache/
.coverage
.coverage.*
.hypothesis/
.mypy_cache/
.nox/
.pytest_cache/
.ruff_cache/
.venv/
coverage.xml

# Docs build output
/site/

# Benchmarks
.codspeed/

# OS
.DS_Store
