# Environment .env .env.local .env.*.local # Python __pycache__/ *.py[cod] *.pyo .venv/ venv/ .pytest_cache/ .mypy_cache/ htmlcov/ .coverage test.db # Node.js node_modules/ .next/ out/ # Build dist/ build/ # IDE .vscode/ .idea/ .DS_Store