# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
.dist/
.build/
.venv/
venv/
.env

# Build artifacts
dist/
build/

# OS
.DS_Store
