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

# Distribution / packaging
dist/
*.egg-info/
.eggs/

# Virtual environments
.env
.venv/
venv/

# IDE
.idea/
.vscode/

# Tests
.pytest_cache/
.coverage