# Dependencies node_modules/ **/node_modules/ # Python virtualenv .venv/ venv/ .env .env.* # Build outputs dist/ build/ coverage/ *.tsbuildinfo # Logs *.log # OS / editor .DS_Store Thumbs.db .vscode/ .idea/ # Python cache __pycache__/ *.pyc .pytest_cache/ .mypy_cache/ # Local project memory/state .memory/