# OS .DS_Store Thumbs.db # Logs *.log # Environment .env .env.* # Editors .idea/ .vscode/ *.swp *.swo # Python __pycache__/ *.pyc .pytest_cache/ .mypy_cache/ .ruff_cache/ .venv/ venv/ # Node node_modules/ dist/ build/ # Misc coverage/ .cache/ *.tmp