# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Pytest / Coverage
.pytest_cache/
.coverage
coverage.xml

# IDEs
.vscode/
.idea/

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

# Environments
.env
.venv
env/
venv/
