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

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

# Environments
.venv/
.env/

# Caches and logs
.pytest_cache/
*.log
.cache/

# Coverage
.coverage
htmlcov/
