# Byte-compiled / caches
__pycache__/
*.py[cod]
*.egg-info/

# Virtual env
.venv/
venv/
.env

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Build
dist/
build/

# Ruff
.ruff_cache/

# Pyright
.pyright/

# Node
node_modules/

# Editor
.idea/
.vscode/
*.swp
.DS_Store
