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

# Environments
.venv/
venv/
.env

# Tooling caches
.ruff_cache/
.mypy_cache/
.pytest_cache/

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/
