# IDE & Editor files .vscode/ .cursor/ .idea/ *.swp *.xml # Build outputs dist/ build/ out/ # Dependencies node_modules/ # Python __pycache__/ *.pyc *.pyo *.egg-info/ .mypy_cache/ .ruff_cache/ .pytest_cache/ # Environment .env *.sqlite # OS files .DS_Store Thumbs.db # Local application run data /data/