# Root-level development scripts (not part of the package)
/*.py
*.xlsm
*.tmp

# Python build and packaging
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
*.whl
*.tar.gz

# setuptools-scm generated version file
src/rivia/_version.py

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking and linting
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/

# Sphinx build output
docs/_build/
docs/api/generated/

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

# OS
Thumbs.db
.DS_Store

# Project-specific
archive/
CLAUDE.md
.claude
