# Environments
.env
.venv
env/
venv/
ENV/

# Python
__pycache__/
*.py[cod]
*$py.class

# Testing / Coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

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

# Development / Tooling
.ruff_cache/
.mypy_cache/

# OS / Editor
.vscode/
