# Virtual environments
.venv/
.env/
venv/

# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Build / packaging artefacts
build/
dist/
*.egg-info/
*.egg
wheelhouse/
serafin/_version.py

# Office spreadsheets sometimes dropped in working dirs
*.xlsx

# Editor / IDE
.idea/
.vscode/
*.swp

# Tooling caches
.tox/
.nox/

# Sphinx documentation build artefacts
docs/_build/
docs/api/_autosummary/

# Claude Code workspace metadata
.claude/
