# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/

# Virtual environments
venv/
env/
ENV/
.env/

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.nox/

# Documentation
docs/_build/
docs/api/

# Version file generated by setuptools_scm
rey/_version.py

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

# OS specific files
.DS_Store

# Ruff
.ruff_cache/
