# Build artifacts
build
dist
src/scitacean.egg-info

# Documentation
html
docs/generated

# Caches
.tox
*.ipynb_checkpoints
__pycache__/
.virtual_documents
.hypothesis
.pytest_cache
.ruff_cache
.mypy_cache

# Editor config / caches
.idea/
.vscode/
.vs/

# Environments
Pipfile
venv
.venv
