# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
build/
dist/
.venv/

# Node
node_modules/
*.tsbuildinfo

# Editors
.idea/
.vscode/
.omc/
.omo/
.codegraph

# vim swap
*.swp
*.swo
*~
