.idea/
.DS_Store
**/node_modules/
typescript/dist/
typescript/.env

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