# Cache
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
*.egg
.eggs/
.ruff_cache/
.pytest_cache/
.cache/
*.DS_Store

# Directories
assets/
data/
dist/
notebooks/
.notebooks/
.ipynb_checkpoints/
site/
docs/site/
.github/
*.log

# Virtual environments
.venv/
.env/

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