# dependencies
.venv/

# reference materials (local only)
reference/

# build artifacts
dist/
*.egg-info/

# python cache
__pycache__/
*.pyc
*.pyo
.DS_Store
