# Python
.venv/

# Python cache
__pycache__/

# Python compiled files
*.pyc
*.pyo
*.egg-info/

# Build
dist/
build/

# macOS
.DS_Store

# Python version
.python-version
