# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Build artifacts
build/
dist/
*.egg-info/
*.egg
.eggs/
sdist/

# Package files
reference/
develop-eggs/
downloads/
eggs/
lib/
lib64/
parts/
var/
wheels/
.installed.cfg

# Virtual environments
venv/
env/
ENV/
.vmqtt/
reference/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Secrets
.pypi_token
*.token
.env
