# Python __pycache__/ *.py[cod] *.pyo .coverage .coverage.* htmlcov/ .pytest_cache/ .mypy_cache/ .ruff_cache/ dist/ build/ *.egg-info/ .venv/ venv/ env/ # Node node_modules/ dist/ .vite/ # Env .env *.env # OS .DS_Store Thumbs.db # Editor .idea/ *.swp *.swo