# Build & distribution
*.egg-info/
__pycache__/
build/
dist/
.ruff_cache/
.pytest_cache/

# Babel i18n
*.pot
*.mo

# IDE & OS
.vscode/
*.DS_Store
venv/
