# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.ruff_cache/
.mypy_cache/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.pytest_cache
*.bak

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

# Custom
/notebooks
/data
/examples

# OS-specific
.DS_Store
.DS_Store?
._*
Thumbs.db
.grafts-cache/
.history/

# Quarto specific
_site/
.quarto
/.quarto/
**/*.quarto_ipynb
grafts__/