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

# Env
.venv/
.env/

# OS
.DS_Store

# Build
build/
dist/

# Editor
.idea/
.vscode/

# CYF
.cyf/

# Flash build artifacts
flash/target/
