# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.env
# Packaging
build/
dist/

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

# Editors and OS
.idea/
.vscode/
.DS_Store
Thumbs.db
