# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/

# Virtual envs
.venv/
venv/

# Test caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

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