# Environments
.venv/
env/
venv/

# Python Cache
**/__pycache__/
*.pyc
*.pyo
*.pyd

# Build and Distribution
build/
dist/
*.egg-info/

# Linux System Files
.DS_Store
.directory
