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

# Virtualenvs
.venv/
venv/
env/

# Editors
.vscode/
.idea/
*.swp
