# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST .pytest_cache/ .coverage htmlcov/ .mypy_cache/ .ruff_cache/ # Virtual environments venv/ env/ ENV/ .venv # Node node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* .npm .eslintcache # Frontend build frontend/build/ frontend/dist/ frontend/.next/ frontend/out/ # Environment files .env .env.local .env.*.local # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Docker *.log # Testing coverage/ .nyc_output/ # Misc *.bak *.tmp .cache/