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

# C extensions
*.so

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

# Environments
.env
.venv
env/
venv/

# mypy
.mypy_cache/

# PyCharm
.idea/